Ticket #45424: 45424.15.patch
File 45424.15.patch, 1.4 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
51 51 * fill color to the inner check shape when in circle form. 52 52 */ 53 53 if ( twentynineteen_is_comment_by_post_author( $comment ) ) { 54 /* translators: %s: SVG Icon */55 54 printf( '<span class="post-author-badge" aria-hidden="true">%s</span>', twentynineteen_get_icon_svg( 'check', 24 ) ); 56 55 } 57 56 … … 110 109 ?> 111 110 <?php 112 111 } 113 114 112 } -
src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
10 10 if ( (bool) get_the_author_meta( 'description' ) ) : ?> 11 11 <div class="author-bio"> 12 12 <h2 class="author-title"> 13 <?php /* translators: %s: author name */ ?> 13 14 <span class="author-heading"><?php echo esc_html( sprintf( __( 'Published by %s', 'twentynineteen' ), get_the_author() ) ); ?></span> 14 15 </h2> 15 16 <p class="author-description">