mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
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:
parent
3796360ba0
commit
09f8333b0b
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user