mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Application Passwords: Various docblock improvements.
See #53399, #42790 git-svn-id: https://develop.svn.wordpress.org/trunk@51958 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1091,7 +1091,7 @@ function rest_application_password_collect_status( $user_or_error, $app_password
|
||||
*
|
||||
* @global string|null $wp_rest_application_password_uuid
|
||||
*
|
||||
* @return string|null The App Password UUID, or null if Application Passwords was not used.
|
||||
* @return string|null The Application Password UUID, or null if Application Passwords was not used.
|
||||
*/
|
||||
function rest_get_authenticated_app_password() {
|
||||
global $wp_rest_application_password_uuid;
|
||||
|
||||
Reference in New Issue
Block a user