Changeset 38386
- Timestamp:
- 08/26/2016 09:10:30 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r38349 r38386 5 5 * @package WordPress 6 6 */ 7 8 require( ABSPATH . WPINC . '/option.php' );9 7 10 8 /** -
trunk/src/wp-settings.php
r38376 r38386 92 92 // Load early WordPress files. 93 93 require( ABSPATH . WPINC . '/compat.php' ); 94 require( ABSPATH . WPINC . '/option.php' ); 94 95 require( ABSPATH . WPINC . '/functions.php' ); 95 96 require( ABSPATH . WPINC . '/class-wp-matchesmapregex.php' );
Note: See TracChangeset
for help on using the changeset viewer.