Make WordPress Core

Changeset 16307


Ignore:
Timestamp:
11/11/2010 05:02:14 PM (13 years ago)
Author:
ryan
Message:

phpdoc fixes. Props hakre. fixes #12526

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r16250 r16307  
    230230 * @since 1.2.0
    231231 *
    232  * @uses has_term()
    233  *
    234232 * @param int|string|array $category Category ID, name or slug, or array of said.
    235233 * @param int|object $_post Optional. Post to check instead of the current post. (since 2.7.0)
     
    11281126 * @since 3.1.0
    11291127 *
    1130  * @uses has_term()
    1131  *
    11321128 * @param string|int|array $tag Optional. The category name/term_id/slug or array of them to check for.
    11331129 * @param int|object $post Optional. Post to check instead of the current post.
     
    11511147 * @since 2.6.0
    11521148 *
    1153  * @uses has_term()
    1154  *
    11551149 * @param string|int|array $tag Optional. The tag name/term_id/slug or array of them to check for.
    11561150 * @param int|object $post Optional. Post to check instead of the current post. (since 2.7.0)
     
    11701164 * @since 3.1.0
    11711165 *
    1172  * @uses is_object_in_term()
    1173  *
    11741166 * @param string|int|array $term Optional. The term name/term_id/slug or array of them to check for.
     1167 * @param string $taxonomy Taxonomy name
    11751168 * @param int|post object Optional.  Post to check instead of the current post.
    1176  * @since 2.7.0
    11771169 * @return bool True if the current post has any of the given tags (or any tag, if no tag specified).
    11781170 */
Note: See TracChangeset for help on using the changeset viewer.