Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / locale / locale.post_update.php
1 <?php
2
3 /**
4  * @file
5  * Post-update functions for Locale module.
6  */
7
8 /**
9  * Clear cache to ensure plural translations are removed from it.
10  */
11 function locale_post_update_clear_cache_for_old_translations() {
12   // Remove cache of translations, like '@count[2] words'.
13 }