Make WordPress Core

Changeset 15811


Ignore:
Timestamp:
10/14/2010 08:39:23 PM (14 years ago)
Author:
ryan
Message:

Require plugin.php earlier so all pluggables can get at it. Props skeltoac. fixes #15042

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r15671 r15811  
    6767require( ABSPATH . WPINC . '/functions.php' );
    6868require( ABSPATH . WPINC . '/classes.php' );
     69require( ABSPATH . WPINC . '/plugin.php' );
    6970
    7071// Include the wpdb class and, if present, a db.php database drop-in.
     
    7879
    7980// Load early WordPress files.
    80 require( ABSPATH . WPINC . '/plugin.php' );
    8181require( ABSPATH . WPINC . '/default-filters.php' );
    8282require( ABSPATH . WPINC . '/pomo/mo.php' );
Note: See TracChangeset for help on using the changeset viewer.