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/comment-template.php

    r38959 r39326  
    15931593        'respond_id'    => 'respond',
    15941594        'reply_text'    => __( 'Reply' ),
     1595        /* translators: Comment reply button text. 1: Comment author name */
    15951596        'reply_to_text' => __( 'Reply to %s' ),
    15961597        'login_text'    => __( 'Log in to Reply' ),
Note: See TracChangeset for help on using the changeset viewer.