Make WordPress Core


Ignore:
Timestamp:
11/21/2016 02:45:53 AM (9 years ago)
Author:
johnbillion
Message:

I18n: Introduce more translator comments for strings that contain placeholders but don't have an accompanying translator comment.

See #38882

File:
1 edited

Legend:

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

    r38961 r39326  
    18241824            $pass_change_email = array(
    18251825                'to'      => $user['user_email'],
     1826                /* translators: User password change notification email subject. 1: Site name */
    18261827                'subject' => __( '[%s] Notice of Password Change' ),
    18271828                'message' => $pass_change_text,
     
    18791880            $email_change_email = array(
    18801881                'to'      => $user['user_email'],
     1882                /* translators: User email change notification email subject. 1: Site name */
    18811883                'subject' => __( '[%s] Notice of Email Change' ),
    18821884                'message' => $email_change_text,
Note: See TracChangeset for help on using the changeset viewer.