Make WordPress Core

Changeset 14081


Ignore:
Timestamp:
04/13/2010 10:35:39 PM (13 years ago)
Author:
nacin
Message:

Unbreak setup-config.php. see #12990

File:
1 edited

Legend:

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

    r13870 r14081  
    186186    require_once( ABSPATH . WPINC . '/pomo/translations.php' );
    187187    if ( ! $no_api ) {
     188        require_once( ABSPATH . WPINC . '/class-http.php' );
    188189        require_once( ABSPATH . WPINC . '/http.php' );
    189190        wp_fix_server_vars();
Note: See TracChangeset for help on using the changeset viewer.