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/themes.php

    r12546 r12673  
    9999    static $themes_update;
    100100    if ( !isset($themes_update) )
    101         $themes_update = get_transient('update_themes');
     101        $themes_update = get_site_transient('update_themes');
    102102
    103103    if ( is_object($theme) && isset($theme->stylesheet) )
Note: See TracChangeset for help on using the changeset viewer.