Changeset 36709 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 02/25/2016 12:52:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r35848 r36709 1096 1096 // Clear the cache to prevent an update_option() from saving a stale db_version to the cache 1097 1097 wp_cache_flush(); 1098 // (Not all cache back ends listen to 'flush')1098 // (Not all cache back ends listen to 'flush') 1099 1099 wp_cache_delete( 'alloptions', 'options' ); 1100 1100
Note: See TracChangeset
for help on using the changeset viewer.