Make WordPress Core

Changeset 29005


Ignore:
Timestamp:
07/05/2014 02:12:47 AM (10 years ago)
Author:
nacin
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r28978 r29005  
    3131define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' );
    3232
    33 require_once( ABSPATH . 'wp-includes/plugin.php' );
    34 add_action( 'plugins_loaded', 'wp_load_translations_early' );
    3533require( ABSPATH . 'wp-settings.php' );
    3634
Note: See TracChangeset for help on using the changeset viewer.