Changeset 45932 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r45416 r45932 110 110 <?php 111 111 printf( 112 /* translators: %s: comment date*/112 /* translators: %s: Comment date. */ 113 113 __( 'Submitted on: %s' ), 114 114 '<b>' . date_i18n( $datef, strtotime( $comment->comment_date ) ) . '</b>' … … 136 136 <?php 137 137 printf( 138 /* translators: %s: post link*/138 /* translators: %s: Post link. */ 139 139 __( 'In response to: %s' ), 140 140 '<b>' . $post_link . '</b>' … … 153 153 <?php 154 154 printf( 155 /* translators: %s: comment link*/155 /* translators: %s: Comment link. */ 156 156 __( 'In reply to: %s' ), 157 157 '<b><a href="' . $parent_link . '">' . $name . '</a></b>'
Note: See TracChangeset
for help on using the changeset viewer.