Skip to content

Commit

Permalink
Rename class.wp-object-query.php to class-wp-object-query.php. See #1…
Browse files Browse the repository at this point in the history
…5032

git-svn-id: http://svn.automattic.com/wordpress/trunk@16142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
scribu committed Nov 1, 2010
1 parent 541b88a commit b29899f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion wp-settings.php
Expand Up @@ -103,9 +103,9 @@
// Load most of WordPress.
require( ABSPATH . WPINC . '/class-wp-walker.php' );
require( ABSPATH . WPINC . '/class-wp-ajax-response.php' );
require( ABSPATH . WPINC . '/class-wp-object-query.php' );
require( ABSPATH . WPINC . '/formatting.php' );
require( ABSPATH . WPINC . '/capabilities.php' );
require( ABSPATH . WPINC . '/class.wp-object-query.php' );
require( ABSPATH . WPINC . '/query.php' );
require( ABSPATH . WPINC . '/theme.php' );
require( ABSPATH . WPINC . '/user.php' );
Expand Down

0 comments on commit b29899f

Please sign in to comment.