Changeset 44771
- Timestamp:
- 02/28/2019 01:54:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
r44305 r44771 34 34 <div class="comment-author vcard"> 35 35 <?php 36 $comment_author_link = get_comment_author_link( $comment ); 37 $comment_author_url = get_comment_author_url( $comment ); 38 $comment_author = get_comment_author( $comment ); 39 $avatar = get_avatar( $comment, $args['avatar_size'] ); 36 $comment_author_url = get_comment_author_url( $comment ); 37 $comment_author = get_comment_author( $comment ); 38 $avatar = get_avatar( $comment, $args['avatar_size'] ); 40 39 if ( 0 != $args['avatar_size'] ) { 41 40 if ( empty( $comment_author_url ) ) { … … 72 71 ) 73 72 ), 74 '<b class="fn">' . get_comment_author_link( $comment ). '</b>'73 '<b class="fn">' . $comment_author . '</b>' 75 74 ); 76 75
Note: See TracChangeset
for help on using the changeset viewer.