Changeset 26734 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 12/06/2013 06:59:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r26448 r26734 895 895 // Clear the cache to prevent an update_option() from saving a stale db_version to the cache 896 896 wp_cache_flush(); 897 // (Not all cache backends listen to 'flush') 898 wp_cache_delete( 'alloptions', 'options' ); 897 899 898 900 // Remove working directory
Note: See TracChangeset
for help on using the changeset viewer.