Changeset 10970 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-api-update-updater.php
- Timestamp:
- 05/13/2021 04:12:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-api-update-updater.php
r7274 r10970 102 102 // Clear plugin info caches also 103 103 if ( defined( 'GLOTPRESS_LOCALES_PATH' ) && GLOTPRESS_LOCALES_PATH ) { 104 require GLOTPRESS_LOCALES_PATH;104 require_once GLOTPRESS_LOCALES_PATH; 105 105 106 106 $locales = array_filter( array_values( wp_list_pluck( \GP_Locales::locales(), 'wp_locale' ) ) );
Note: See TracChangeset
for help on using the changeset viewer.