Make WordPress Core

Changeset 55455


Ignore:
Timestamp:
03/02/2023 01:55:54 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in wp_generate_password() description.

Follow-up to [42373].

Props pyrobd, pravinparmar2404, mukesh27.
Fixes #57847.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r55433 r55455  
    25922592     * Generates a random password drawn from the defined set of characters.
    25932593     *
    2594      * Uses wp_rand() is used to create passwords with far less predictability
     2594     * Uses wp_rand() to create passwords with far less predictability
    25952595     * than similar native PHP functions like `rand()` or `mt_rand()`.
    25962596     *
Note: See TracChangeset for help on using the changeset viewer.