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/user.php

    r30094 r30105  
    316316 *
    317317 * @since MU
    318  *
    319  * @uses wp_get_current_user
    320318 *
    321319 * @return int The current user's ID
     
    11121110 *
    11131111 * @since MU 1.1
    1114  * @uses get_blogs_of_user()
    11151112 *
    11161113 * @param int $user_id Optional. The unique ID of the user. Defaults to the current user.
     
    11381135 *
    11391136 * @since 3.0.0
    1140  * @uses add_metadata()
    11411137 * @link http://codex.wordpress.org/Function_Reference/add_user_meta
    11421138 *
     
    11591155 *
    11601156 * @since 3.0.0
    1161  * @uses delete_metadata()
    11621157 * @link http://codex.wordpress.org/Function_Reference/delete_user_meta
    11631158 *
     
    11751170 *
    11761171 * @since 3.0.0
    1177  * @uses get_metadata()
    11781172 * @link http://codex.wordpress.org/Function_Reference/get_user_meta
    11791173 *
     
    11971191 *
    11981192 * @since 3.0.0
    1199  * @uses update_metadata
    12001193 * @link http://codex.wordpress.org/Function_Reference/update_user_meta
    12011194 *
     
    16401633 *
    16411634 * @since 2.0.1
    1642  * @uses apply_filters() Calls 'validate_username' hook on $valid check and $username as parameters
    16431635 *
    16441636 * @param string $username Username.
Note: See TracChangeset for help on using the changeset viewer.