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

    r12636 r12673  
    303303if ( $recently_activated != get_option('recently_activated') ) //If array changed, update it.
    304304    update_option('recently_activated', $recently_activated);
    305 $current = get_transient( 'update_plugins' );
     305$current = get_site_transient( 'update_plugins' );
    306306
    307307foreach ( (array)$all_plugins as $plugin_file => $plugin_data) {
Note: See TracChangeset for help on using the changeset viewer.