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

    r30015 r30105  
    7373 *
    7474 * @uses $current_user Checks if the current user is set
    75  * @uses wp_validate_auth_cookie() Retrieves current logged in user.
    7675 *
    7776 * @return bool|null False on XML-RPC Request and invalid auth cookie. Null when current user set.
     
    12161215 * @since 2.3.0
    12171216 *
    1218  * @uses wp_validate_redirect() To validate the redirect is to an allowed host.
    1219  *
    12201217 * @return void Does not return anything
    12211218 **/
     
    18731870 *
    18741871 * @since 2.0.3
    1875  * @uses wp_salt() Get WordPress salt
    18761872 *
    18771873 * @param string $data Plain text to hash
     
    20702066 *
    20712067 * @uses $wpdb WordPress database object for queries
    2072  * @uses wp_hash_password() Used to encrypt the user's password before passing to the database
    20732068 *
    20742069 * @param string $password The plaintext new user password
Note: See TracChangeset for help on using the changeset viewer.