Docs: Fix typo in wp_generate_password() description.

Follow-up to [42373].

Props pyrobd, pravinparmar2404, mukesh27.
Fixes #57847.

git-svn-id: https://develop.svn.wordpress.org/trunk@55455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2023-03-02 13:55:54 +00:00
parent b55f01db1d
commit db618df4fd

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