Make WordPress Core


Ignore:
Timestamp:
11/21/2016 02:45:53 AM (8 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-mail.php

    r38470 r39326  
    119119                $author = sanitize_email($author);
    120120                if ( is_email($author) ) {
     121                    /* translators: Post author email address */
    121122                    echo '<p>' . sprintf(__('Author is %s'), $author) . '</p>';
    122123                    $userdata = get_user_by('email', $author);
Note: See TracChangeset for help on using the changeset viewer.