Force Theme update check on GUU. See #12528
git-svn-id: http://svn.automattic.com/wordpress/trunk@13687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f07052a516
commit
4ca0960178
|
@ -323,6 +323,7 @@ add_action( 'wp_update_plugins', 'wp_update_plugins' );
|
||||||
|
|
||||||
add_action( 'load-themes.php', 'wp_update_themes' );
|
add_action( 'load-themes.php', 'wp_update_themes' );
|
||||||
add_action( 'load-update.php', 'wp_update_themes' );
|
add_action( 'load-update.php', 'wp_update_themes' );
|
||||||
|
add_action( 'load-update-core.php', 'wp_update_themes' );
|
||||||
add_action( 'admin_init', '_maybe_update_themes' );
|
add_action( 'admin_init', '_maybe_update_themes' );
|
||||||
add_action( 'wp_update_themes', 'wp_update_themes' );
|
add_action( 'wp_update_themes', 'wp_update_themes' );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue