Changeset 16052
- Timestamp:
- 10/28/2010 04:28:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-object-query.php
r16051 r16052 1 1 <?php 2 /**3 * Holds Most of the WordPress classes.4 *5 * Some of the other classes are contained in other files. For example, the6 * WordPress cache is in cache.php and the WordPress roles API is in7 * capabilities.php. The third party libraries are contained in their own8 * separate files.9 *10 * @package WordPress11 */12 13 2 /** 14 3 * WordPress Query class.
Note: See TracChangeset
for help on using the changeset viewer.