Changeset 52993 for trunk/src/wp-content/themes/twentynineteen/comments.php
- Timestamp:
- 03/25/2022 09:18:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/comments.php
r47122 r52993 62 62 } 63 63 ?> 64 </div><!-- .comments-title- flex-->64 </div><!-- .comments-title-wrap --> 65 65 <?php 66 66 if ( have_comments() ) : … … 102 102 if ( comments_open() && 'asc' === strtolower( get_option( 'comment_order', 'asc' ) ) ) : 103 103 ?> 104 <div class="comment-form-flex ">105 < span class="screen-reader-text"><?php _e( 'Leave a comment', 'twentynineteen' ); ?></span>104 <div class="comment-form-flex comment-form-wrapper"> 105 <h2 class="comments-title"><?php _e( 'Leave a comment', 'twentynineteen' ); ?></h2> 106 106 <?php twentynineteen_comment_form( 'asc' ); ?> 107 <h2 class="comments-title" aria-hidden="true"><?php _e( 'Leave a comment', 'twentynineteen' ); ?></h2>108 107 </div> 109 108 <?php
Note: See TracChangeset
for help on using the changeset viewer.