Make WordPress Core

Changeset 13628


Ignore:
Timestamp:
03/09/2010 12:03:13 PM (14 years ago)
Author:
dd32
Message:

Load WP_HTTP dependencies (translation support) for setup-config.php. Prevents a WSOD on attempted installs where external HTTP requests are blocked and/or timeout. Fixes #12514

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r13614 r13628  
    178178    $no_api = isset( $_POST['noapi'] );
    179179    require_once( ABSPATH . WPINC . '/plugin.php' );
     180    require_once( ABSPATH . WPINC . '/l10n.php' );
     181    require_once( ABSPATH . WPINC . '/pomo/translations.php' );
    180182    if ( ! $no_api ) {
    181183        require_once( ABSPATH . WPINC . '/http.php' );
Note: See TracChangeset for help on using the changeset viewer.