- Timestamp:
- 12/24/2023 01:03:12 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode-key-service.php
r55397 r57226 39 39 * @since 5.2.0 40 40 * 41 * @global PasswordHash $wp_hasher 41 * @global PasswordHash $wp_hasher Portable PHP password hashing framework instance. 42 42 * 43 43 * @param string $token A token generated by {@see generate_recovery_mode_token()}. … … 86 86 * @since 5.2.0 87 87 * 88 * @global PasswordHash $wp_hasher 88 * @global PasswordHash $wp_hasher Portable PHP password hashing framework instance. 89 89 * 90 90 * @param string $token The token used when generating the given key.
Note: See TracChangeset
for help on using the changeset viewer.