From db618df4fdf3dfa02fca83d75972b6731955a094 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 2 Mar 2023 13:55:54 +0000 Subject: [PATCH] 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 --- src/wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index 696f1e74bd..bbf4d43947 100644 --- a/src/wp-includes/pluggable.php +++ b/src/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