Make WordPress Core


Ignore:
Timestamp:
04/15/2009 07:55:41 PM (16 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/update.php

    r10772 r10939  
    244244    if ( isset( $current->last_checked ) &&
    245245        43200 > ( time() - $current->last_checked ) &&
     246        isset( $current->version_checked ) &&
    246247        $current->version_checked == $wp_version )
    247248        return;
Note: See TracChangeset for help on using the changeset viewer.