Changeset 12827 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-language-pack.php
- Timestamp:
- 08/10/2023 03:35:32 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-language-pack.php
r12197 r12827 584 584 wp_cache_delete( "{$type}:{$language}:{$domain}", 'update-check-translations' ); 585 585 wp_cache_delete( "{$type}:{$domain}:{$version}", 'translations-query' ); 586 wp_cache_delete( "{$type}:{$domain}", 'translations-query' ); 586 587 587 588 return true;
Note: See TracChangeset
for help on using the changeset viewer.