diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 696f1e74bd..bbf4d43947 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -2591,7 +2591,7 @@ if ( ! function_exists( 'wp_generate_password' ) ) : /** * Generates a random password drawn from the defined set of characters. * - * Uses wp_rand() is used to create passwords with far less predictability + * Uses wp_rand() to create passwords with far less predictability * than similar native PHP functions like `rand()` or `mt_rand()`. * * @since 2.5.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index 4935cac868..88503fab70 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta4-55454'; +$wp_version = '6.2-beta4-55455'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.