Make WordPress Core


Ignore:
Timestamp:
10/30/2021 08:25:19 PM (3 years ago)
Author:
johnbillion
Message:

Application Passwords: Various docblock improvements.

See #53399, #42790

File:
1 edited

Legend:

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

    r51908 r51958  
    10921092 * @global string|null $wp_rest_application_password_uuid
    10931093 *
    1094  * @return string|null The App Password UUID, or null if Application Passwords was not used.
     1094 * @return string|null The Application Password UUID, or null if Application Passwords was not used.
    10951095 */
    10961096function rest_get_authenticated_app_password() {
Note: See TracChangeset for help on using the changeset viewer.