Changeset 30554 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 11/24/2014 10:49:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r30384 r30554 1373 1373 1374 1374 if ( $parsed_args['clear_update_cache'] ) { 1375 wp_clean_themes_cache( true ); 1376 wp_clean_plugins_cache( true ); 1377 delete_site_transient( 'update_core' ); 1375 _wp_clear_update_cache(); 1378 1376 } 1379 1377 … … 2218 2216 2219 2217 // Clear existing caches 2220 wp_clean_plugins_cache(); 2221 wp_clean_themes_cache(); 2222 delete_site_transient( 'update_core' ); 2218 _wp_clear_update_cache(); 2223 2219 2224 2220 wp_version_check(); // check for Core updates
Note: See TracChangeset
for help on using the changeset viewer.