Make WordPress Core


Ignore:
Timestamp:
11/14/2020 04:33:52 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements.

See #50768

File:
1 edited

Legend:

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

    r49193 r49597  
    11541154 * @since 2.3.0
    11551155 *
    1156  * @param int $post_id Post ID.
     1156 * @param int|WP_Post $post_id Post ID or object.
    11571157 * @return WP_Term[]|false|WP_Error Array of WP_Term objects on success, false if there are no terms
    11581158 *                                  or the post does not exist, WP_Error on failure.
Note: See TracChangeset for help on using the changeset viewer.