diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index 3972b69351..8920c67b89 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -177,6 +177,8 @@ switch($step) { // Fetch or generate keys and salts. $no_api = isset( $_POST['noapi'] ); require_once( ABSPATH . WPINC . '/plugin.php' ); + require_once( ABSPATH . WPINC . '/l10n.php' ); + require_once( ABSPATH . WPINC . '/pomo/translations.php' ); if ( ! $no_api ) { require_once( ABSPATH . WPINC . '/http.php' ); wp_fix_server_vars();