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
|
b
|
error_reporting(-1); |
| 30 | 30 | |
| 31 | 31 | define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' ); |
| 32 | 32 | |
| 33 | | require_once( ABSPATH . 'wp-includes/plugin.php' ); |
| 34 | | add_action( 'plugins_loaded', 'wp_load_translations_early' ); |
| 35 | 33 | require( ABSPATH . 'wp-settings.php' ); |
| | 34 | add_action( 'plugins_loaded', 'wp_load_translations_early' ); |
| 36 | 35 | |
| 37 | 36 | // Support wp-config-sample.php one level up, for the develop repo. |
| 38 | 37 | if ( file_exists( ABSPATH . 'wp-config-sample.php' ) ) |