Make WordPress Core


Ignore:
Timestamp:
06/16/2018 10:24:30 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Remove unnecessary This email has been sent to ###EMAIL### from privacy emails.

The line was copied from the emails that get sent when an email address changes, without considering if it made sense in the new context.

Props iandunn, ianbelanger, desrosj.
Fixes #44030.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r43331 r43353  
    33393339    );
    33403340
    3341     /* translators: Do not translate DESCRIPTION, CONFIRM_URL, EMAIL, SITENAME, SITEURL: those are placeholders. */
     3341    /* translators: Do not translate DESCRIPTION, CONFIRM_URL, SITENAME, SITEURL: those are placeholders. */
    33423342    $email_text = __(
    33433343        'Howdy,
     
    33523352You can safely ignore and delete this email if you do not want to
    33533353take this action.
    3354 
    3355 This email has been sent to ###EMAIL###.
    33563354
    33573355Regards,
     
    33673365     * ###DESCRIPTION### Description of the action being performed so the user knows what the email is for.
    33683366     * ###CONFIRM_URL### The link to click on to confirm the account action.
    3369      * ###EMAIL###       The email we are sending to.
    33703367     * ###SITENAME###    The name of the site.
    33713368     * ###SITEURL###     The URL to the site.
Note: See TracChangeset for help on using the changeset viewer.