mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Disable PHP error reporting in gears-manifest.php, load-scripts.php and load-styles.php since they don't load wp-settings, fix some notices
git-svn-id: https://develop.svn.wordpress.org/trunk@10939 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -243,6 +243,7 @@ function _maybe_update_core() {
|
||||
|
||||
if ( isset( $current->last_checked ) &&
|
||||
43200 > ( time() - $current->last_checked ) &&
|
||||
isset( $current->version_checked ) &&
|
||||
$current->version_checked == $wp_version )
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user