Make WordPress Core

Ticket #48161: 48161.diff

File 48161.diff, 625 bytes (added by itowhid06, 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' ) ) : ?> 
    1717                                <?php
    1818                                printf(
    1919                                        /* Translators: %s: post author */
    20                                         esc_html( 'By %s', 'twentytwenty' ),
     20                                        esc_html__( 'By %s', 'twentytwenty' ),
    2121                                        esc_html( get_the_author() )
    2222                                );
    2323                                ?>