- Timestamp:
- 09/30/2019 05:40:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/navigation.php
r46271 r46357 25 25 <nav class="pagination-single section-inner<?php echo esc_attr( $pagination_classes ); ?>" aria-label="<?php esc_attr_e( 'Post', 'twentytwenty' ); ?>"> 26 26 27 <hr class=" is-style-wide" aria-hidden="true" />27 <hr class="styled-separator is-style-wide" aria-hidden="true" /> 28 28 29 29 <div class="pagination-single-inner"> … … 54 54 </div><!-- .pagination-single-inner --> 55 55 56 <hr class=" is-style-wide" aria-hidden="true" />56 <hr class="styled-separator is-style-wide" aria-hidden="true" /> 57 57 58 58 </nav><!-- .pagination-single -->
Note: See TracChangeset
for help on using the changeset viewer.