Make WordPress Core


Ignore:
Timestamp:
04/08/2019 06:16:41 AM (6 years ago)
Author:
pento
Message:

Text Changes: Tweak the wording of email notification subjects.

This change brings more coherence between the subject lines of the various emails WordPress will send.

Props ramiy, pento.
Fixes #37940.

File:
1 edited

Legend:

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

    r45111 r45137  
    65836583        'to'      => $old_email,
    65846584        /* translators: Site admin email change notification email subject. %s: Site title */
    6585         'subject' => __( '[%s] Notice of Admin Email Change' ),
     6585        'subject' => __( '[%s] Admin Email Changed' ),
    65866586        'message' => $email_change_text,
    65876587        'headers' => '',
Note: See TracChangeset for help on using the changeset viewer.