diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php
index a2949e96be..38ff198286 100644
|
a
|
b
|
function wp_insert_user( $userdata ) { |
| 2386 | 2386 | * @type string $user_pass The user's password. |
| 2387 | 2387 | * @type string $user_email The user's email. |
| 2388 | 2388 | * @type string $user_url The user's url. |
| 2389 | | * @type string $user_nicename The user's nice name. Defaults to a URL-safe version of user's login |
| | 2389 | * @type string $user_nicename The user's nice name. Defaults to a URL-safe version of user's login. |
| 2390 | 2390 | * @type string $display_name The user's display name. |
| 2391 | 2391 | * @type string $user_registered MySQL timestamp describing the moment when the user registered. Defaults to |
| 2392 | 2392 | * the current UTC timestamp. |
| … |
… |
function _wp_privacy_send_request_confirmation_notification( $request_id ) { |
| 4148 | 4148 | * Data relating to the account action email. |
| 4149 | 4149 | * |
| 4150 | 4150 | * @type WP_User_Request $request User request object. |
| 4151 | | * @type string $user_email The email address confirming a request |
| | 4151 | * @type string $user_email The email address confirming a request. |
| 4152 | 4152 | * @type string $description Description of the action being performed so the user knows what the email is for. |
| 4153 | 4153 | * @type string $manage_url The link to click manage privacy requests of this type. |
| 4154 | 4154 | * @type string $sitename The site name sending the mail. |
| … |
… |
All at ###SITENAME### |
| 4199 | 4199 | * Data relating to the account action email. |
| 4200 | 4200 | * |
| 4201 | 4201 | * @type WP_User_Request $request User request object. |
| 4202 | | * @type string $user_email The email address confirming a request |
| | 4202 | * @type string $user_email The email address confirming a request. |
| 4203 | 4203 | * @type string $description Description of the action being performed |
| 4204 | 4204 | * so the user knows what the email is for. |
| 4205 | 4205 | * @type string $manage_url The link to click manage privacy requests of this type. |
| … |
… |
All at ###SITENAME### |
| 4239 | 4239 | * Data relating to the account action email. |
| 4240 | 4240 | * |
| 4241 | 4241 | * @type WP_User_Request $request User request object. |
| 4242 | | * @type string $user_email The email address confirming a request |
| | 4242 | * @type string $user_email The email address confirming a request. |
| 4243 | 4243 | * @type string $description Description of the action being performed so the user knows what the email is for. |
| 4244 | 4244 | * @type string $manage_url The link to click manage privacy requests of this type. |
| 4245 | 4245 | * @type string $sitename The site name sending the mail. |
| … |
… |
All at ###SITENAME### |
| 4270 | 4270 | * Data relating to the account action email. |
| 4271 | 4271 | * |
| 4272 | 4272 | * @type WP_User_Request $request User request object. |
| 4273 | | * @type string $user_email The email address confirming a request |
| | 4273 | * @type string $user_email The email address confirming a request. |
| 4274 | 4274 | * @type string $description Description of the action being performed so the user knows what the email is for. |
| 4275 | 4275 | * @type string $manage_url The link to click manage privacy requests of this type. |
| 4276 | 4276 | * @type string $sitename The site name sending the mail. |