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/load.php

    r38457 r38470  
    395395    global $wpdb;
    396396
     397    require_once( ABSPATH . WPINC . '/wp-db.php' );
    397398    if ( file_exists( WP_CONTENT_DIR . '/db.php' ) )
    398399        require_once( WP_CONTENT_DIR . '/db.php' );
Note: See TracChangeset for help on using the changeset viewer.