diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php
index 5d65e53f8b..afa2dc5548 100644
a
|
b
|
if ( ! function_exists( 'wp_generate_password' ) ) : |
2574 | 2574 | /** |
2575 | 2575 | * Generates a random password drawn from the defined set of characters. |
2576 | 2576 | * |
2577 | | * Uses wp_rand() is used to create passwords with far less predictability |
| 2577 | * Uses wp_rand() to create passwords with far less predictability |
2578 | 2578 | * than similar native PHP functions like `rand()` or `mt_rand()`. |
2579 | 2579 | * |
2580 | 2580 | * @since 2.5.0 |