Make WordPress Core


Ignore:
Timestamp:
08/26/2016 09:52:18 AM (10 years ago)
Author:
wonderboymusic
Message:

Embed: wp-settings.php loads class-wp-embed.php, which currently produces side effects. Move the global instantiation to wp-settings.php. WP_Embed is then in a file by itself.

See #37827.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r38361 r38362  
    215215require( ABSPATH . WPINC . '/rest-api/class-wp-rest-request.php' );
    216216
     217$GLOBALS['wp_embed'] = new WP_Embed();
     218
    217219// Load multisite-specific files.
    218220if ( is_multisite() ) {
Note: See TracChangeset for help on using the changeset viewer.