Skip to content

Commit b2e0607

Browse files
committed
Docs: Replace @since tag for wp_get_user_request() instead of amending it.
Follow-up to r62653. See #65132. git-svn-id: https://develop.svn.wordpress.org/trunk@62654 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 494e8e3 commit b2e0607

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/wp-includes/user.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5116,8 +5116,7 @@ function wp_validate_user_request_key(
51165116
/**
51175117
* Returns the user request object for the specified request ID.
51185118
*
5119-
* @since 4.9.6
5120-
* @since 5.4.0 Renamed from wp_get_user_request_data() to wp_get_user_request().
5119+
* @since 5.4.0
51215120
*
51225121
* @param int $request_id The ID of the user request.
51235122
* @return WP_User_Request|false

0 commit comments

Comments
 (0)