Changeset 12673 for trunk/wp-admin/includes/update-core.php
- Timestamp:
- 01/08/2010 08:49:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r12564 r12673 279 279 280 280 // Force refresh of update information 281 if ( function_exists('delete_ transient') )282 delete_ transient('update_core');281 if ( function_exists('delete_site_transient') ) 282 delete_site_transient('update_core'); 283 283 else 284 284 delete_option('update_core');
Note: See TracChangeset
for help on using the changeset viewer.