Make WordPress Core


Ignore:
Timestamp:
09/30/2019 05:40:14 PM (6 years ago)
Author:
desrosj
Message:

Bundled Themes: Update Twenty Twenty.

This brings trunk’s version of Twenty Twenty in-sync with GitHub.

For a complete list of changes since [46271], see https://github.com/WordPress/twentytwenty/compare/932b16248...dd7032f

Props anlino, ianbelanger, nielslange, acosmin, netweb, williampatton, adhitya03, phpdocs, acalfieri, itowhid06, littlebigthing, aristath, karmatosed, poena.
See #48110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/template-parts/navigation.php

    r46271 r46357  
    2525    <nav class="pagination-single section-inner<?php echo esc_attr( $pagination_classes ); ?>" aria-label="<?php esc_attr_e( 'Post', 'twentytwenty' ); ?>">
    2626
    27         <hr class="is-style-wide" aria-hidden="true" />
     27        <hr class="styled-separator is-style-wide" aria-hidden="true" />
    2828
    2929        <div class="pagination-single-inner">
     
    5454        </div><!-- .pagination-single-inner -->
    5555
    56         <hr class="is-style-wide" aria-hidden="true" />
     56        <hr class="styled-separator is-style-wide" aria-hidden="true" />
    5757
    5858    </nav><!-- .pagination-single -->
Note: See TracChangeset for help on using the changeset viewer.