Make WordPress Core

Ticket #56476: 56476.2.patch

File 56476.2.patch, 583 bytes (added by haritpanchal, 2 years ago)

Patch Updated

  • src/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php

    diff --git a/src/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php b/src/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php
    index 92151bb074..33a82dcd7e 100644
    a b  
    2020                                get_the_author()
    2121                        );
    2222                        ?>
    23                         </h2>
     23                        </h2><!-- .author-title -->
    2424                        <p class="author-description"> <?php the_author_meta( 'description' ); ?></p><!-- .author-description -->
    2525                        <?php
    2626                        printf(