diff --git a/wp-includes/class-wp-application-passwords.php b/wp-includes/class-wp-application-passwords.php index d9753ce947..c41f8ad372 100644 --- a/wp-includes/class-wp-application-passwords.php +++ b/wp-includes/class-wp-application-passwords.php @@ -41,9 +41,9 @@ class WP_Application_Passwords { const PW_LENGTH = 24; /** - * Checks if Application Passwords are being used by the site. + * Checks if application passwords are being used by the site. * - * This returns true if at least one Application Password has ever been created. + * This returns true if at least one application password has ever been created. * * @since 5.6.0 * @@ -312,7 +312,7 @@ class WP_Application_Passwords { return true; } - // Specified Application Password not found! + // Specified application password not found! return new WP_Error( 'application_password_not_found', __( 'Could not find an application password with that id.' ) ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index ec66dd7ce7..aa9e70c432 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53672'; +$wp_version = '6.1-alpha-53673'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.