Changeset 34304 for trunk/src/wp-admin/comment.php
- Timestamp:
- 09/18/2015 06:57:01 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r34297 r34304 184 184 $name = get_comment_author( $parent ); 185 185 printf( 186 /* translators: comment link */186 /* translators: %s: comment link */ 187 187 ' | ' . __( 'In reply to %s.' ), 188 188 '<a href="' . $parent_link . '">' . $name . '</a>'
Note: See TracChangeset
for help on using the changeset viewer.