Changeset 8070

Show
Ignore:
Timestamp:
06/11/08 17:27:28 (5 months ago)
Author:
ryan
Message:

Suppress notices while loading config. fixes #6933 see #7087

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-load.php

    r7991 r8070  
    1919/** Define ABSPATH as this files directory */ 
    2020define( 'ABSPATH', dirname(__FILE__) . '/' ); 
     21 
     22error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE); 
    2123 
    2224if ( file_exists( ABSPATH . 'wp-config.php') ) {