mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 22:15:28 +00:00
Don't include plugin.php twice in setup-config.php.
fixes #28744. see #28740, [28978]. Built from https://develop.svn.wordpress.org/trunk@29005 git-svn-id: http://core.svn.wordpress.org/trunk@28793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e4fb3e7695
commit
cb49dd0109
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user