Make WordPress Core


Ignore:
Timestamp:
05/22/2015 05:30:44 PM (11 years ago)
Author:
wonderboymusic
Message:

Add missing doc blocks to class-wp-theme.php.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r32500 r32547  
    455455     *
    456456     * @param string|array $query Array or URL query string of parameters.
    457      * @return array List of comments.
     457     * @return array|int List of comments, or number of comments when 'count' is passed as a query var.
    458458     */
    459459    public function query( $query ) {
Note: See TracChangeset for help on using the changeset viewer.