From a01f9dec1f98c82101be7e19b918818ebe8507a7 Mon Sep 17 00:00:00 2001
From: Michal Zuber <info@nevilleweb.sk>
Date: Fri, 4 Jul 2014 07:15:37 +0200
Subject: [PATCH] Fixed redeclera issue

---
 wp-admin/setup-config.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php
index f222da4..60762b4 100644
--- a/wp-admin/setup-config.php
+++ b/wp-admin/setup-config.php
@@ -30,9 +30,8 @@ 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' );
+add_action( 'plugins_loaded', 'wp_load_translations_early' );
 
 // Support wp-config-sample.php one level up, for the develop repo.
 if ( file_exists( ABSPATH . 'wp-config-sample.php' ) )
-- 
1.7.12.4 (Apple Git-37)

