mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
b55f01db1d
commit
db618df4fd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user