Docs: Fix typo in `wp_generate_password()` description.

Follow-up to [42373].

Props pyrobd, pravinparmar2404, mukesh27.
Fixes #57847.
Built from https://develop.svn.wordpress.org/trunk@55455


git-svn-id: http://core.svn.wordpress.org/trunk@54988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-03-02 13:57:23 +00:00
parent c7f946d961
commit 06305406df
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.