mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user