diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index f222da4a73..5e938d57db 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -30,8 +30,6 @@ error_reporting(-1); define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' ); -require_once( ABSPATH . 'wp-includes/plugin.php' ); -add_action( 'plugins_loaded', 'wp_load_translations_early' ); require( ABSPATH . 'wp-settings.php' ); // Support wp-config-sample.php one level up, for the develop repo.