Skip to content

Commit e2f9884

Browse files
committed
Twenty Twenty-One: Add a missing HTML comment for Customizer notice control.
This brings consistency with other bundled themes, like Twenty Nineteen. Props haritpanchal. Fixes #55725. git-svn-id: https://develop.svn.wordpress.org/trunk@54221 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 869800f commit e2f9884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function render_content() {
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
}

0 commit comments

Comments
 (0)