Changeset 45932 for trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
r45609 r45932 56 56 printf( 57 57 wp_kses( 58 /* translators: %s: comment author link*/58 /* translators: %s: Comment author link. */ 59 59 __( '%s <span class="screen-reader-text says">says:</span>', 'twentynineteen' ), 60 60 array( … … 76 76 <a href="<?php echo esc_url( get_comment_link( $comment, $args ) ); ?>"> 77 77 <?php 78 /* translators: 1: comment date, 2: comment time*/78 /* translators: 1: Comment date, 2: Comment time. */ 79 79 $comment_timestamp = sprintf( __( '%1$s at %2$s', 'twentynineteen' ), get_comment_date( '', $comment ), get_comment_time() ); 80 80 ?>
Note: See TracChangeset
for help on using the changeset viewer.