Make WordPress Core

Ticket #57847: 57847.patch

File 57847.patch, 582 bytes (added by pyrobd, 9 months ago)
  • src/wp-includes/pluggable.php

    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' ) ) : 
    25742574        /**
    25752575         * Generates a random password drawn from the defined set of characters.
    25762576         *
    2577          * Uses wp_rand() is used to create passwords with far less predictability
     2577         * Uses wp_rand() to create passwords with far less predictability
    25782578         * than similar native PHP functions like `rand()` or `mt_rand()`.
    25792579         *
    25802580         * @since 2.5.0