Make WordPress Core

Changeset 8070


Ignore:
Timestamp:
06/11/2008 05:27:28 PM (16 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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') ) {
Note: See TracChangeset for help on using the changeset viewer.