Changeset 38496
- Timestamp:
- 09/01/2016 12:35:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r38470 r38496 131 131 // Load the L10n library. 132 132 require_once( ABSPATH . WPINC . '/l10n.php' ); 133 require_once( ABSPATH . WPINC . '/class-wp-locale.php' ); 133 134 134 135 // Run the installer if WordPress is not installed. … … 217 218 require( ABSPATH . WPINC . '/rest-api/class-wp-rest-response.php' ); 218 219 require( ABSPATH . WPINC . '/rest-api/class-wp-rest-request.php' ); 219 require( ABSPATH . WPINC . '/class-wp-locale.php' );220 220 221 221 $GLOBALS['wp_embed'] = new WP_Embed();
Note: See TracChangeset
for help on using the changeset viewer.