Changeset 46357 for trunk/src/wp-content/themes/twentytwenty/comments.php
- Timestamp:
- 09/30/2019 05:40:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/comments.php
r46271 r46357 108 108 109 109 if ( $comments ) { 110 echo '<hr class=" is-style-wide" aria-hidden="true" />';110 echo '<hr class="styled-separator is-style-wide" aria-hidden="true" />'; 111 111 } 112 112 … … 122 122 123 123 if ( $comments ) { 124 echo '<hr class=" is-style-wide" aria-hidden="true" />';124 echo '<hr class="styled-separator is-style-wide" aria-hidden="true" />'; 125 125 } 126 126
Note: See TracChangeset
for help on using the changeset viewer.