Make WordPress Core


Ignore:
Timestamp:
08/31/2016 04:30:48 PM (7 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-admin/install.php

    r38411 r38470  
    4141/** Load WordPress Translation Install API */
    4242require_once( ABSPATH . 'wp-admin/includes/translation-install.php' );
     43
     44/** Load wpdb */
     45require_once( ABSPATH . WPINC . '/wp-db.php' );
    4346
    4447nocache_headers();
Note: See TracChangeset for help on using the changeset viewer.