Changeset 13126 for trunk/wp-settings.php
- Timestamp:
- 02/13/2010 11:09:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r13125 r13126 60 60 wp_set_lang_dir(); 61 61 62 // Includeearly WordPress files.62 // Load early WordPress files. 63 63 require( ABSPATH . WPINC . '/compat.php' ); 64 64 require( ABSPATH . WPINC . '/functions.php' ); … … 73 73 // Start the WordPress object cache, or an external object cache if the drop-in is present. 74 74 wp_start_object_cache(); 75 76 // Load early WordPress files. 77 require( ABSPATH . WPINC . '/plugin.php' ); 78 require( ABSPATH . WPINC . '/default-filters.php' ); 79 include_once( ABSPATH . WPINC . '/pomo/mo.php' ); 75 80 76 81 // Initialize multisite if enabled. … … 79 84 require( ABSPATH . WPINC . '/ms-settings.php' ); 80 85 } 81 82 // Load early WordPress files.83 require( ABSPATH . WPINC . '/plugin.php' );84 require( ABSPATH . WPINC . '/default-filters.php' );85 include_once( ABSPATH . WPINC . '/pomo/mo.php' );86 86 87 87 // Stop most of WordPress from being loaded if we just want the basics.
Note: See TracChangeset
for help on using the changeset viewer.