Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:03:41 PM (15 years ago)
Author:
ryan
Message:

Cleanup wp-settings. Move functions needed at startup into load.php. Props nacin. see #11881

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r12663 r12732  
    3232define('WPINC', 'wp-includes');
    3333define('WP_CONTENT_DIR', ABSPATH . 'wp-content');
     34define('WP_DEBUG', false);
    3435/**#@-*/
    3536
     37require_once(ABSPATH . WPINC . '/load.php');
    3638require_once(ABSPATH . WPINC . '/compat.php');
    3739require_once(ABSPATH . WPINC . '/functions.php');
Note: See TracChangeset for help on using the changeset viewer.