Ticket #49833: 49833.diff
| File 49833.diff, 652 bytes (added by , 6 years ago) |
|---|
-
src/wp-content/themes/twentytwenty/template-parts/featured-image.php
diff --git a/src/wp-content/themes/twentytwenty/template-parts/featured-image.php b/src/wp-content/themes/twentytwenty/template-parts/featured-image.php index 81283782df..d146e11065 100644
a b if ( has_post_thumbnail() && ! post_password_required() ) { 29 29 if ( $caption ) { 30 30 ?> 31 31 32 <figcaption class="wp-caption-text"><?php echo esc_html( $caption ); ?></figcaption>32 <figcaption class="wp-caption-text"><?php echo wp_kses_post( $caption ); ?></figcaption> 33 33 34 34 <?php 35 35 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)