mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Improve latest version detection in plugin updater. Props DD32. fixes #8129
git-svn-id: https://develop.svn.wordpress.org/trunk@9793 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -272,6 +272,7 @@ function _maybe_update_themes( ) {
|
||||
}
|
||||
|
||||
add_action( 'load-plugins.php', 'wp_update_plugins' );
|
||||
add_action( 'load-update.php', 'wp_update_plugins' );
|
||||
add_action( 'admin_init', '_maybe_update_plugins' );
|
||||
add_action( 'wp_update_plugins', 'wp_update_plugins' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user