Changeset 10409 for branches/2.7/wp-settings.php
- Timestamp:
- 01/22/2009 09:07:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-settings.php
r10406 r10409 205 205 error_reporting(E_ALL ^ E_STRICT ^ E_DEPRECATED ^ E_NOTICE ^ E_USER_NOTICE); 206 206 else if ( defined( 'E_STRICT' ) ) 207 error_reporting(E_ALL ^E_STRICT ^ E_NOTICE ^ E_USER_NOTICE);207 error_reporting(E_ALL & E_STRICT ^ E_NOTICE ^ E_USER_NOTICE); 208 208 else 209 209 error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
Note: See TracChangeset
for help on using the changeset viewer.