Add missing `@param` doc to `wp_hash()`.
See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@35913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f4c5b65138
commit
cb068034ee
|
@ -2017,7 +2017,8 @@ if ( !function_exists('wp_hash') ) :
|
|||
*
|
||||
* @since 2.0.3
|
||||
*
|
||||
* @param string $data Plain text to hash
|
||||
* @param string $data Plain text to hash
|
||||
* @param string $scheme Authentication scheme (auth, secure_auth, logged_in, nonce)
|
||||
* @return string Hash of $data
|
||||
*/
|
||||
function wp_hash($data, $scheme = 'auth') {
|
||||
|
|
Loading…
Reference in New Issue