Docs: Typo correction in WP_Application_Passwords docblocks.

Props im_niloy.
Fixes #56155.
See #55646.

Built from https://develop.svn.wordpress.org/trunk@53672


git-svn-id: http://core.svn.wordpress.org/trunk@53231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-07-06 10:38:07 +00:00
parent 3796360ba0
commit 09f8333b0b
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class WP_Application_Passwords {
const USERMETA_KEY_APPLICATION_PASSWORDS = '_application_passwords';
/**
* The option name used to store whether application passwords is in use.
* The option name used to store whether application passwords are in use.
*
* @since 5.6.0
*

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53671';
$wp_version = '6.1-alpha-53672';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.