Make WordPress Core

Changeset 10418


Ignore:
Timestamp:
01/23/2009 01:18:50 PM (15 years ago)
Author:
westi
Message:

More Error Reporting stuff. See # 8701 props Denis-de-Bernardy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r10407 r10418  
    205205        error_reporting(E_ALL ^ E_STRICT ^ E_DEPRECATED ^ E_NOTICE ^ E_USER_NOTICE);
    206206    else if ( defined( 'E_STRICT' ) )
    207         error_reporting(E_ALL & E_STRICT ^ E_NOTICE ^ E_USER_NOTICE);
     207        error_reporting( ( E_ALL ^ E_NOTICE ^ E_USER_NOTICE ) & E_STRICT);
    208208    else
    209209        error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
Note: See TracChangeset for help on using the changeset viewer.