Changeset 38364 for trunk/src/wp-settings.php
- Timestamp:
- 08/26/2016 10:19:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r38362 r38364 214 214 require( ABSPATH . WPINC . '/rest-api/class-wp-rest-response.php' ); 215 215 require( ABSPATH . WPINC . '/rest-api/class-wp-rest-request.php' ); 216 require( ABSPATH . WPINC . '/class-wp-locale.php' ); 216 217 217 218 $GLOBALS['wp_embed'] = new WP_Embed(); … … 374 375 unset( $locale_file ); 375 376 376 // Pull in locale data after loading text domain.377 require_once( ABSPATH . WPINC . '/locale.php' );378 379 377 /** 380 378 * WordPress Locale object for loading locale domain date and various strings.
Note: See TracChangeset
for help on using the changeset viewer.