mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Don't run update checks for AJAX requests after [31168].
fixes #30947. git-svn-id: https://develop.svn.wordpress.org/trunk@31701 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -663,7 +663,3 @@ function wp_clean_update_cache() {
|
||||
wp_clean_themes_cache();
|
||||
delete_site_transient( 'update_core' );
|
||||
}
|
||||
|
||||
if ( ( ! is_main_site() && ! is_network_admin() ) || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user