Changeset 38362
- Timestamp:
- 08/26/2016 09:52:18 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r38028 r38362 385 385 } 386 386 } 387 $GLOBALS['wp_embed'] = new WP_Embed(); -
trunk/src/wp-settings.php
r38361 r38362 215 215 require( ABSPATH . WPINC . '/rest-api/class-wp-rest-request.php' ); 216 216 217 $GLOBALS['wp_embed'] = new WP_Embed(); 218 217 219 // Load multisite-specific files. 218 220 if ( is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.