Make WordPress Core


Ignore:
Timestamp:
01/08/2010 08:49:55 PM (15 years ago)
Author:
ryan
Message:

Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme.php

    r12253 r12673  
    9898
    9999    // Force refresh of theme update information
    100     delete_transient('update_themes');
     100    delete_site_transient('update_themes');
    101101
    102102    return true;
Note: See TracChangeset for help on using the changeset viewer.