Make WordPress Core


Ignore:
Timestamp:
09/18/2015 06:57:01 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Include placeholders in translator comments.

See #31857.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/comment.php

    r34297 r34304  
    184184            $name        = get_comment_author( $parent );
    185185            printf(
    186                 /* translators: comment link */
     186                /* translators: %s: comment link */
    187187                ' | ' . __( 'In reply to %s.' ),
    188188                '<a href="' . $parent_link . '">' . $name . '</a>'
Note: See TracChangeset for help on using the changeset viewer.