Don't include plugin.php twice in setup-config.php.

fixes #28744. see #28740, [28978].


git-svn-id: https://develop.svn.wordpress.org/trunk@29005 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-07-05 02:12:47 +00:00
parent d12c520c5e
commit f25c1e989b

View File

@@ -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.