Changeset 11356 for trunk/wp-admin/includes/update-core.php
- Timestamp:
- 05/16/2009 04:56:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r11005 r11356 251 251 252 252 // Force refresh of update information 253 delete_transient('update_core'); 253 if ( function_exists('delete_transient') ) 254 delete_transient('update_core'); 255 else 256 delete_option('update_core'); 254 257 255 258 // Remove maintenance file, we're done.
Note: See TracChangeset
for help on using the changeset viewer.