Make WordPress Core


Ignore:
Timestamp:
10/30/2014 01:04:55 AM (10 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/class-wp-theme.php

    r29895 r30105  
    856856     * get_theme_root_uri() and allow it to run the theme_root_uri filter.
    857857     *
    858      * @uses get_theme_root_uri()
    859      *
    860858     * @since 3.4.0
    861859     * @access public
Note: See TracChangeset for help on using the changeset viewer.