Make WordPress Core

Ticket #61491: 61491.patch

File 61491.patch, 3.3 KB (added by praful2111, 2 years ago)
  • src/wp-includes/user.php

    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 ) { 
    23862386         *     @type string $user_pass       The user's password.
    23872387         *     @type string $user_email      The user's email.
    23882388         *     @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.
    23902390         *     @type string $display_name    The user's display name.
    23912391         *     @type string $user_registered MySQL timestamp describing the moment when the user registered. Defaults to
    23922392         *                                   the current UTC timestamp.
    function _wp_privacy_send_request_confirmation_notification( $request_id ) { 
    41484148         *     Data relating to the account action email.
    41494149         *
    41504150         *     @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.
    41524152         *     @type string          $description Description of the action being performed so the user knows what the email is for.
    41534153         *     @type string          $manage_url  The link to click manage privacy requests of this type.
    41544154         *     @type string          $sitename    The site name sending the mail.
    All at ###SITENAME### 
    41994199         *     Data relating to the account action email.
    42004200         *
    42014201         *     @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.
    42034203         *     @type string          $description Description of the action being performed
    42044204         *                                        so the user knows what the email is for.
    42054205         *     @type string          $manage_url  The link to click manage privacy requests of this type.
    All at ###SITENAME### 
    42394239         *     Data relating to the account action email.
    42404240         *
    42414241         *     @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.
    42434243         *     @type string          $description Description of the action being performed so the user knows what the email is for.
    42444244         *     @type string          $manage_url  The link to click manage privacy requests of this type.
    42454245         *     @type string          $sitename    The site name sending the mail.
    All at ###SITENAME### 
    42704270         *     Data relating to the account action email.
    42714271         *
    42724272         *     @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.
    42744274         *     @type string          $description Description of the action being performed so the user knows what the email is for.
    42754275         *     @type string          $manage_url  The link to click manage privacy requests of this type.
    42764276         *     @type string          $sitename    The site name sending the mail.