Make WordPress Core

Changeset 17622


Ignore:
Timestamp:
04/07/2011 03:47:04 PM (14 years ago)
Author:
markjaquith
Message:

Restore compat.php includes. see #16918

Location:
trunk
Files:
2 edited

Legend:

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

    r17603 r17622  
    4141
    4242require_once(ABSPATH . WPINC . '/load.php');
     43require_once(ABSPATH . WPINC . '/compat.php');
    4344require_once(ABSPATH . WPINC . '/functions.php');
    4445require_once(ABSPATH . WPINC . '/class-wp-error.php');
  • trunk/wp-settings.php

    r17603 r17622  
    6464
    6565// Load early WordPress files.
     66require( ABSPATH . WPINC . '/compat.php' );
    6667require( ABSPATH . WPINC . '/functions.php' );
    6768require( ABSPATH . WPINC . '/class-wp.php' );
Note: See TracChangeset for help on using the changeset viewer.