Make WordPress Core

Ticket #55725: 55725.patch

File 55725.patch, 846 bytes (added by haritpanchal, 2 years ago)

Patch Added

  • src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php

    diff --git a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php
    index 3d3c170f4b..a8c22b8f2d 100644
    a b class Twenty_Twenty_One_Customize_Notice_Control extends WP_Customize_Control { 
    4040                        <p><a href="<?php echo esc_url( __( 'https://wordpress.org/support/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' ) ); ?>">
    4141                                <?php esc_html_e( 'Learn more about Dark Mode.', 'twentytwentyone' ); ?>
    4242                        </a></p>
    43                 </div>
     43                </div><!-- .notice -->
    4444                <?php
    4545        }
    4646}