Changeset 60489
- Timestamp:
- 07/20/2025 03:04:37 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r60358 r60489 4803 4803 * @since 4.9.6 4804 4804 * 4805 * @param string$request_id ID of the request created via wp_create_user_request().4805 * @param int $request_id ID of the request created via wp_create_user_request(). 4806 4806 * @return true|WP_Error True on success, `WP_Error` on failure. 4807 4807 */ … … 4977 4977 * @since 4.9.6 4978 4978 * 4979 * @param string$request_id ID of the request being confirmed.4979 * @param int $request_id ID of the request being confirmed. 4980 4980 * @param string $key Provided key to validate. 4981 4981 * @return true|WP_Error True on success, WP_Error on failure.
Note: See TracChangeset
for help on using the changeset viewer.