Make WordPress Core


Ignore:
Timestamp:
02/06/2009 06:06:20 PM (16 years ago)
Author:
ryan
Message:

Use transient for update_core, update_plugins, update_themes. see #9048

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r10403 r10515  
    5959    $submenu['themes.php'][10] = array(__('Editor'), 'edit_themes', 'theme-editor.php');
    6060
    61 $update_plugins = get_option( 'update_plugins' );
     61$update_plugins = get_transient( 'update_plugins' );
    6262$update_count = 0;
    6363if ( !empty($update_plugins->response) )
Note: See TracChangeset for help on using the changeset viewer.