diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index f66c8290f..50b1962e2 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -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(); /**#@+