Make WordPress Core

Changeset 16052


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

Remove duplicate file docs. See #15032

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class.wp-object-query.php

    r16051 r16052  
    11<?php
    2 /**
    3  * Holds Most of the WordPress classes.
    4  *
    5  * Some of the other classes are contained in other files. For example, the
    6  * WordPress cache is in cache.php and the WordPress roles API is in
    7  * capabilities.php. The third party libraries are contained in their own
    8  * separate files.
    9  *
    10  * @package WordPress
    11  */
    12 
    132/**
    143 * WordPress Query class.
Note: See TracChangeset for help on using the changeset viewer.