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:
John Blackbourn
2021-10-30 20:25:19 +00:00
parent 2716cc52af
commit 9f9c81f567
3 changed files with 49 additions and 17 deletions
+1 -1
View File
@@ -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;