Changeset 24539
- Timestamp:
- 07/01/2013 06:26:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r24525 r24539 1447 1447 <div class="comment-author vcard"> 1448 1448 <?php if ( 0 != $args['avatar_size'] ) echo get_avatar( $comment, $args['avatar_size'] ); ?> 1449 <?php printf( __( '%s <span class="says">says:</span>' ), sprintf( '< cite class="fn">%s</cite>', get_comment_author_link() ) ); ?>1449 <?php printf( __( '%s <span class="says">says:</span>' ), sprintf( '<b class="fn">%s</b>', get_comment_author_link() ) ); ?> 1450 1450 </div><!-- .comment-author --> 1451 1451
Note: See TracChangeset
for help on using the changeset viewer.