Changeset 45926 for trunk/src/wp-includes/class-walker-comment.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-comment.php
r44681 r45926 283 283 ?> 284 284 <?php 285 /* translators: %s: comment author link */286 285 printf( 286 /* translators: %s: comment author link */ 287 287 __( '%s <span class="says">says:</span>' ), 288 288 sprintf( '<cite class="fn">%s</cite>', get_comment_author_link( $comment ) ) … … 369 369 <?php 370 370 if ( 0 != $args['avatar_size'] ) { 371 echo get_avatar( $comment, $args['avatar_size'] );} 371 echo get_avatar( $comment, $args['avatar_size'] ); 372 } 372 373 ?> 373 374 <?php 374 /* translators: %s: comment author link */375 375 printf( 376 /* translators: %s: comment author link */ 376 377 __( '%s <span class="says">says:</span>' ), 377 378 sprintf( '<b class="fn">%s</b>', get_comment_author_link( $comment ) )
Note: See TracChangeset
for help on using the changeset viewer.