Make WordPress Core


Ignore:
Timestamp:
10/30/2014 01:04:55 AM (9 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-admin/includes/template.php

    r30055 r30105  
    14671467 * is safe for placing in an html attribute.
    14681468 *
    1469  * @uses attr
    14701469 * @since 2.7.0
    14711470 */
     
    15001499 * should only be used when {@link the_search_query()} cannot.
    15011500 *
    1502  * @uses attr
    15031501 * @since 2.7.0
    15041502 *
Note: See TracChangeset for help on using the changeset viewer.