Changeset 30856 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 12/15/2014 08:54:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r30762 r30856 1846 1846 1847 1847 if ( $parsed_args['clear_update_cache'] ) { 1848 _wp_clear_update_cache();1848 wp_clean_update_cache(); 1849 1849 } 1850 1850 … … 2777 2777 2778 2778 // Clear existing caches 2779 _wp_clear_update_cache();2779 wp_clean_update_cache(); 2780 2780 2781 2781 wp_version_check(); // check for Core updates
Note: See TracChangeset
for help on using the changeset viewer.