Changeset 8070
- Timestamp:
- 06/11/2008 05:27:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-load.php
r7991 r8070 19 19 /** Define ABSPATH as this files directory */ 20 20 define( 'ABSPATH', dirname(__FILE__) . '/' ); 21 22 error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE); 21 23 22 24 if ( file_exists( ABSPATH . 'wp-config.php') ) {
Note: See TracChangeset
for help on using the changeset viewer.