Make WordPress Core


Ignore:
Timestamp:
08/27/2016 02:36:42 PM (8 years ago)
Author:
dd32
Message:

Bootstrap: Revert [38399] as it's broken /build/ and subsequently core.svn.wordpress.org.

The generated classmaps reference /src/ files and operates in the assumption that the base directory is one level above wp-settings.php, which it isn't after our build processes are run.

See #36335

File:
1 edited

Legend:

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

    r38399 r38402  
    2222 */
    2323global $current_site, $current_blog;
     24
     25/** WP_Network class */
     26require_once( ABSPATH . WPINC . '/class-wp-network.php' );
     27
     28/** WP_Site class */
     29require_once( ABSPATH . WPINC . '/class-wp-site.php' );
    2430
    2531/** Multisite loader */
Note: See TracChangeset for help on using the changeset viewer.