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

    r12629 r12673  
    105105        $submenu['themes.php'][15] = array(__('Add New Themes'), 'install_themes', 'theme-install.php');
    106106
    107 $update_plugins = get_transient( 'update_plugins' );
     107$update_plugins = get_site_transient( 'update_plugins' );
    108108$update_count = 0;
    109109if ( !empty($update_plugins->response) )
Note: See TracChangeset for help on using the changeset viewer.