Changeset 12732 for trunk/wp-admin/setup-config.php
- Timestamp:
- 01/15/2010 10:03:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r12663 r12732 32 32 define('WPINC', 'wp-includes'); 33 33 define('WP_CONTENT_DIR', ABSPATH . 'wp-content'); 34 define('WP_DEBUG', false); 34 35 /**#@-*/ 35 36 37 require_once(ABSPATH . WPINC . '/load.php'); 36 38 require_once(ABSPATH . WPINC . '/compat.php'); 37 39 require_once(ABSPATH . WPINC . '/functions.php');
Note: See TracChangeset
for help on using the changeset viewer.