Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:46:56 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r47808 r48573  
    301301 * @since 2.8.0
    302302 *
    303  * @param int|string $tag_name
    304  * @param string $taxonomy Optional. The taxonomy for which to retrieve terms. Default 'post_tag'.
     303 * @param string $tag_name The term name.
     304 * @param string $taxonomy Optional. The taxonomy within which to create the term. Default 'post_tag'.
    305305 * @return array|WP_Error
    306306 */
Note: See TracChangeset for help on using the changeset viewer.