Unbreak setup-config.php. see #12990

git-svn-id: https://develop.svn.wordpress.org/trunk@14081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-13 22:35:39 +00:00
parent c7eef601d4
commit 92884c5aae
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ switch($step) {
require_once( ABSPATH . WPINC . '/l10n.php' );
require_once( ABSPATH . WPINC . '/pomo/translations.php' );
if ( ! $no_api ) {
require_once( ABSPATH . WPINC . '/class-http.php' );
require_once( ABSPATH . WPINC . '/http.php' );
wp_fix_server_vars();
/**#@+