Make WordPress Core


Ignore:
Timestamp:
12/24/2023 01:03:12 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Docs: Document the $wp_hasher global in wp_generate_user_request_key().

Includes adding a description for the global in a few other functions.

Follow-up to [42791], [42964], [43008].

Props viralsampat.
See #60021.

File:
1 edited

Legend:

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

    r56767 r57226  
    25292529     * @since 2.5.0
    25302530     *
    2531      * @global PasswordHash $wp_hasher PHPass object
     2531     * @global PasswordHash $wp_hasher PHPass object.
    25322532     *
    25332533     * @param string $password Plain text user password to hash.
Note: See TracChangeset for help on using the changeset viewer.