Make WordPress Core


Ignore:
Timestamp:
10/06/2015 04:04:24 AM (8 years ago)
Author:
wonderboymusic
Message:

Multisite: in wpmu_validate_blog_signup(), pass embed to the array passed to subdirectory_reserved_names.

See #32522.

File:
1 edited

Legend:

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

    r34828 r34853  
    147147require( ABSPATH . WPINC . '/shortcodes.php' );
    148148require( ABSPATH . WPINC . '/class-wp-embed.php' );
     149require( ABSPATH . WPINC . '/embed-functions.php' );
    149150require( ABSPATH . WPINC . '/media.php' );
    150151require( ABSPATH . WPINC . '/http.php' );
Note: See TracChangeset for help on using the changeset viewer.