Changeset 34301
- Timestamp:
- 09/18/2015 06:49:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-comment.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r34295 r34301 95 95 <span id="timestamp"><?php 96 96 printf( 97 __( 'Submitted on: %1$s' ), 97 /* translators: %s: comment date */ 98 __( 'Submitted on: %s' ), 98 99 '<b>' . date_i18n( $datef, strtotime( $comment->comment_date ) ) . '</b>' 99 100 ); … … 118 119 <div class="misc-pub-section misc-pub-response-to"> 119 120 <?php printf( 120 /* translators: post link */121 /* translators: %s: post link */ 121 122 __( 'In response to: %s' ), 122 123 '<b>' . $post_link . '</b>' … … 133 134 <div class="misc-pub-section misc-pub-reply-to"> 134 135 <?php printf( 135 /* translators: comment link */136 /* translators: %s: comment link */ 136 137 __( 'In reply to: %s' ), 137 138 '<b><a href="' . $parent_link . '">' . $name . '</a></b>'
Note: See TracChangeset
for help on using the changeset viewer.