Changeset 57226 for trunk/src/wp-includes/user.php
- Timestamp:
- 12/24/2023 01:03:12 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r56572 r57226 2876 2876 * @since 4.4.0 2877 2877 * 2878 * @global PasswordHash $wp_hasher Portable PHP password hashing framework .2878 * @global PasswordHash $wp_hasher Portable PHP password hashing framework instance. 2879 2879 * 2880 2880 * @param WP_User $user User to retrieve password reset key for. … … 3048 3048 * @since 5.7.0 Added `$user_login` parameter. 3049 3049 * 3050 * @global wpdb $wpdb 3051 * @global PasswordHash $wp_hasher Portable PHP password hashing framework.3050 * @global wpdb $wpdb WordPress database abstraction object. 3051 * @global PasswordHash $wp_hasher Portable PHP password hashing framework instance. 3052 3052 * 3053 3053 * @param string $user_login Optional. Username to send a password retrieval email for. … … 4818 4818 * @since 4.9.6 4819 4819 * 4820 * @global PasswordHash $wp_hasher Portable PHP password hashing framework instance. 4821 * 4820 4822 * @param int $request_id Request ID. 4821 4823 * @return string Confirmation key. … … 4848 4850 * 4849 4851 * @since 4.9.6 4852 * 4853 * @global PasswordHash $wp_hasher Portable PHP password hashing framework instance. 4850 4854 * 4851 4855 * @param string $request_id ID of the request being confirmed.
Note: See TracChangeset
for help on using the changeset viewer.