Make WordPress Core


Ignore:
Timestamp:
08/24/2023 08:59:36 AM (18 months ago)
Author:
audrasjb
Message:

Docs: Wrap inline @see tags in curly braces.

Props costdev, mukesh27.
Fixes #58858.
See #58833.

File:
1 edited

Legend:

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

    r55880 r56434  
    308308         * @param WP_Term[]|int|WP_Error $tags Array of 'post_tag' term objects, a count thereof,
    309309         *                                     or WP_Error if any of the taxonomies do not exist.
    310          * @param array                  $args An array of arguments. @see get_terms()
     310         * @param array                  $args An array of arguments. See {@see get_terms()}.
    311311         */
    312312        $tags = apply_filters( 'get_tags', $tags, $args );
Note: See TracChangeset for help on using the changeset viewer.