Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

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

    r48067 r48100  
    288288 *     @type string $taxonomy Taxonomy to retrieve terms for. Default 'post_tag'.
    289289 * }
    290  * @return WP_Term[]|int|WP_Error $tags Array of 'post_tag' term objects, a count thereof,
    291  *                                      or WP_Error if any of the taxonomies do not exist.
     290 * @return WP_Term[]|int|WP_Error Array of 'post_tag' term objects, a count thereof,
     291 *                                or WP_Error if any of the taxonomies do not exist.
    292292 */
    293293function get_tags( $args = '' ) {
Note: See TracChangeset for help on using the changeset viewer.