Security update for Core, with self-updated composer
[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 }