Make WordPress Core


Ignore:
Timestamp:
01/08/2010 08:49:55 PM (16 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/update-core.php

    r12564 r12673  
    279279
    280280    // Force refresh of update information
    281     if ( function_exists('delete_transient') )
    282         delete_transient('update_core');
     281    if ( function_exists('delete_site_transient') )
     282        delete_site_transient('update_core');
    283283    else
    284284        delete_option('update_core');
Note: See TracChangeset for help on using the changeset viewer.