Make WordPress Core


Ignore:
Timestamp:
11/19/2008 07:25:53 PM (17 years ago)
Author:
ryan
Message:

Improve latest version detection in plugin updater. Props DD32. fixes #8129

File:
1 edited

Legend:

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

    r9544 r9793  
    273273
    274274add_action( 'load-plugins.php', 'wp_update_plugins' );
     275add_action( 'load-update.php', 'wp_update_plugins' );
    275276add_action( 'admin_init', '_maybe_update_plugins' );
    276277add_action( 'wp_update_plugins', 'wp_update_plugins' );
Note: See TracChangeset for help on using the changeset viewer.