Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-includes/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -5097,7 +5097,7 @@ function wp_validate_user_request_key(
/**
* Returns the user request object for the specified request ID.
*
* @since 4.9.6
* @since 5.4.0
Comment thread
DarkMatter-999 marked this conversation as resolved.
Outdated
*
* @param int $request_id The ID of the user request.
* @return WP_User_Request|false
Expand Down
Loading