Make WordPress Core


Ignore:
Timestamp:
08/31/2016 04:30:48 PM (8 years ago)
Author:
wonderboymusic
Message:

Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.

See #36335.

File:
1 edited

Legend:

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

    r38411 r38470  
    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.