Make WordPress Core

Ticket #55724: 55724.patch

File 55724.patch, 503 bytes (added by haritpanchal, 17 months ago)

Patch Added

  • src/wp-content/themes/twentytwentyone/inc/template-tags.php

    diff --git a/src/wp-content/themes/twentytwentyone/inc/template-tags.php b/src/wp-content/themes/twentytwentyone/inc/template-tags.php
    index 4f146a3616..9fa0063ab6 100644
    a b if ( ! function_exists( 'twenty_twenty_one_post_thumbnail' ) ) { 
    205205                                <?php endif; ?>
    206206                        </figure>
    207207
    208                 <?php endif; ?>
     208                <?php endif; ?><!-- .post-thumbnail -->
    209209                <?php
    210210        }
    211211}