Make WordPress Core


Ignore:
Timestamp:
12/14/2015 02:38:10 AM (9 years ago)
Author:
johnbillion
Message:

Add missing @param doc to wp_hash().

See #32246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r35909 r35913  
    20182018 * @since 2.0.3
    20192019 *
    2020  * @param string $data Plain text to hash
     2020 * @param string $data   Plain text to hash
     2021 * @param string $scheme Authentication scheme (auth, secure_auth, logged_in, nonce)
    20212022 * @return string Hash of $data
    20222023 */
Note: See TracChangeset for help on using the changeset viewer.