mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 22:54:36 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3530,7 +3530,7 @@ All at ###SITENAME###
|
||||
* @access private
|
||||
*
|
||||
* @param int $request_id The request ID being confirmed.
|
||||
* @return string $message The confirmation message.
|
||||
* @return string The confirmation message.
|
||||
*/
|
||||
function _wp_privacy_account_request_confirmed_message( $request_id ) {
|
||||
$request = wp_get_user_request( $request_id );
|
||||
|
||||
Reference in New Issue
Block a user