Make WordPress Core


Ignore:
Timestamp:
07/10/2008 07:35:20 AM (18 years ago)
Author:
matt
Message:

Check for plugin updates more frequently, notify with double bubble trouble. Hat tip: mdawaffe. Fixes #7265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update.php

    r8060 r8305  
    117117    update_option( 'update_plugins', $new_option );
    118118}
    119 add_action( 'load-plugins.php', 'wp_update_plugins' );
     119add_action( 'init', 'wp_update_plugins' );
    120120
    121121function wp_plugin_update_row( $file, $plugin_data ) {
Note: See TracChangeset for help on using the changeset viewer.