Make WordPress Core


Ignore:
Timestamp:
10/30/2014 01:04:55 AM (11 years ago)
Author:
DrewAPicture
Message:

Remove redundant and erroneous @uses tag from most core inline documentation.

Per our inline documentation standards, no further use of the @uses tag is recommended as used and used-by relationships can be derived through other means. This removes most uses of the tag in core documentation, with remaining tags to be converted to @global or @see as they apply.

Fixes #30191.

File:
1 edited

Legend:

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

    r28679 r30105  
    6464 *
    6565 * @since 1.5.1
    66  * @uses get_term() Used to get the category data from the taxonomy.
    6766 *
    6867 * @param int|object $category Category ID or Category row object
     
    211210 *
    212211 * @since 2.3.0
    213  * @uses sanitize_term() See this function for what context are supported.
    214212 *
    215213 * @param object|array $category Category data
     
    225223 *
    226224 * @since 2.3.0
    227  * @uses sanitize_term_field() See function for more details.
    228225 *
    229226 * @param string $field Category key to sanitize
     
    244241 * @since 2.3.0
    245242 * @see get_terms() For list of arguments to pass.
    246  * @uses apply_filters() Calls 'get_tags' hook on array of tags and with $args.
    247243 *
    248244 * @param string|array $args Tag arguments to use when retrieving tags.
     
    298294 *
    299295 * @since 2.1.0
    300  * @uses clean_term_cache() Clears the cache for the category based on ID
    301296 *
    302297 * @param int $id Category ID
Note: See TracChangeset for help on using the changeset viewer.