summaryrefslogtreecommitdiffstatshomepage
path: root/wp-includes
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes')
-rw-r--r--wp-includes/class.wp-object-query.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/wp-includes/class.wp-object-query.php b/wp-includes/class.wp-object-query.php
index 72532bcc0e..485dd4f2db 100644
--- a/wp-includes/class.wp-object-query.php
+++ b/wp-includes/class.wp-object-query.php
@@ -1,16 +1,5 @@
<?php
/**
- * Holds Most of the WordPress classes.
- *
- * Some of the other classes are contained in other files. For example, the
- * WordPress cache is in cache.php and the WordPress roles API is in
- * capabilities.php. The third party libraries are contained in their own
- * separate files.
- *
- * @package WordPress
- */
-
-/**
* WordPress Query class.
*
* Abstract class for handling advanced queries