Ticket #48161: 48161.diff
File 48161.diff, 625 bytes (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
diff --git a/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php b/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php index d0359e8e86..629c657130 100644
a b if ( (bool) get_the_author_meta( 'description' ) ) : ?> 17 17 <?php 18 18 printf( 19 19 /* Translators: %s: post author */ 20 esc_html ( 'By %s', 'twentytwenty' ),20 esc_html__( 'By %s', 'twentytwenty' ), 21 21 esc_html( get_the_author() ) 22 22 ); 23 23 ?>