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: http://svn.automattic.com/wordpress/trunk@10939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -36,7 +36,7 @@ function get_core_updates( $options = array() ) {
|
||||
$from_api = get_transient( 'update_core' );
|
||||
if ( empty($from_api) )
|
||||
return false;
|
||||
if ( !is_array( $from_api->updates ) ) return false;
|
||||
if ( !isset( $from_api->updates ) || !is_array( $from_api->updates ) ) return false;
|
||||
$updates = $from_api->updates;
|
||||
if ( !is_array( $updates ) ) return false;
|
||||
$result = array();
|
||||
|
||||
Reference in New Issue
Block a user