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-admin/includes/class-wp-themes-list-table.php

    r30055 r30105  
    256256     * @since 3.4.0
    257257     * @access public
    258      *
    259      * @uses $this->features Array of all feature search terms.
    260      * @uses get_pagenum()
    261      * @uses _pagination_args['total_pages']
    262258     */
    263259    public function _js_vars( $extra_args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.