Pluggables phpdoc updates. Props filosofo. fixes #9001
git-svn-id: https://develop.svn.wordpress.org/trunk@10469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1875889e8c
commit
27ddfadac3
|
@ -34,7 +34,7 @@ if ( !function_exists('wp_set_current_user') ) :
|
||||||
* the signed in user. Therefore, it opens the ability to edit and perform
|
* the signed in user. Therefore, it opens the ability to edit and perform
|
||||||
* actions on users who aren't signed in.
|
* actions on users who aren't signed in.
|
||||||
*
|
*
|
||||||
* @since 2.0.4
|
* @since 2.0.3
|
||||||
* @global object $current_user The current user object which holds the user data.
|
* @global object $current_user The current user object which holds the user data.
|
||||||
* @uses do_action() Calls 'set_current_user' hook after setting the current user.
|
* @uses do_action() Calls 'set_current_user' hook after setting the current user.
|
||||||
*
|
*
|
||||||
|
@ -62,7 +62,7 @@ if ( !function_exists('wp_get_current_user') ) :
|
||||||
/**
|
/**
|
||||||
* Retrieve the current user object.
|
* Retrieve the current user object.
|
||||||
*
|
*
|
||||||
* @since 2.0.4
|
* @since 2.0.3
|
||||||
*
|
*
|
||||||
* @return WP_User Current user WP_User object
|
* @return WP_User Current user WP_User object
|
||||||
*/
|
*/
|
||||||
|
@ -771,7 +771,7 @@ if ( !function_exists('check_ajax_referer') ) :
|
||||||
/**
|
/**
|
||||||
* Verifies the AJAX request to prevent processing requests external of the blog.
|
* Verifies the AJAX request to prevent processing requests external of the blog.
|
||||||
*
|
*
|
||||||
* @since 2.0.4
|
* @since 2.0.3
|
||||||
*
|
*
|
||||||
* @param string $action Action nonce
|
* @param string $action Action nonce
|
||||||
* @param string $query_arg where to look for nonce in $_REQUEST (since 2.5)
|
* @param string $query_arg where to look for nonce in $_REQUEST (since 2.5)
|
||||||
|
@ -1120,7 +1120,7 @@ if ( !function_exists('wp_verify_nonce') ) :
|
||||||
* The user is given an amount of time to use the token, so therefore, since the
|
* The user is given an amount of time to use the token, so therefore, since the
|
||||||
* UID and $action remain the same, the independent variable is the time.
|
* UID and $action remain the same, the independent variable is the time.
|
||||||
*
|
*
|
||||||
* @since 2.0.4
|
* @since 2.0.3
|
||||||
*
|
*
|
||||||
* @param string $nonce Nonce that was used in the form to verify
|
* @param string $nonce Nonce that was used in the form to verify
|
||||||
* @param string|int $action Should give context to what is taking place and be the same when nonce was created.
|
* @param string|int $action Should give context to what is taking place and be the same when nonce was created.
|
||||||
|
@ -1147,7 +1147,7 @@ if ( !function_exists('wp_create_nonce') ) :
|
||||||
/**
|
/**
|
||||||
* Creates a random, one time use token.
|
* Creates a random, one time use token.
|
||||||
*
|
*
|
||||||
* @since 2.0.4
|
* @since 2.0.3
|
||||||
*
|
*
|
||||||
* @param string|int $action Scalar value to add context to the nonce.
|
* @param string|int $action Scalar value to add context to the nonce.
|
||||||
* @return string The one use form token
|
* @return string The one use form token
|
||||||
|
@ -1272,7 +1272,7 @@ if ( !function_exists('wp_hash') ) :
|
||||||
/**
|
/**
|
||||||
* Get hash of given string.
|
* Get hash of given string.
|
||||||
*
|
*
|
||||||
* @since 2.0.4
|
* @since 2.0.3
|
||||||
* @uses wp_salt() Get WordPress salt
|
* @uses wp_salt() Get WordPress salt
|
||||||
*
|
*
|
||||||
* @param string $data Plain text to hash
|
* @param string $data Plain text to hash
|
||||||
|
@ -1583,7 +1583,7 @@ if ( !function_exists('wp_get_cookie_login') ):
|
||||||
* This function is deprecated and should no longer be extended as it won't be
|
* This function is deprecated and should no longer be extended as it won't be
|
||||||
* used anywhere in WordPress. Also, plugins shouldn't use it either.
|
* used anywhere in WordPress. Also, plugins shouldn't use it either.
|
||||||
*
|
*
|
||||||
* @since 2.0.4
|
* @since 2.0.3
|
||||||
* @deprecated No alternative
|
* @deprecated No alternative
|
||||||
*
|
*
|
||||||
* @return bool Always returns false
|
* @return bool Always returns false
|
||||||
|
|
Loading…
Reference in New Issue