Make WordPress Core


Ignore:
Timestamp:
10/28/2010 04:27:18 PM (14 years ago)
Author:
scribu
Message:

Move WP_Object_Query to it's own file. See #15032

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r15811 r16051  
    103103require( ABSPATH . WPINC . '/formatting.php' );
    104104require( ABSPATH . WPINC . '/capabilities.php' );
     105require( ABSPATH . WPINC . '/class.wp-object-query.php' );
    105106require( ABSPATH . WPINC . '/query.php' );
    106107require( ABSPATH . WPINC . '/theme.php' );
Note: See TracChangeset for help on using the changeset viewer.