Make WordPress Core


Ignore:
Timestamp:
09/30/2019 05:40:14 PM (5 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/comments.php

    r46271 r46357  
    108108
    109109    if ( $comments ) {
    110         echo '<hr class="is-style-wide" aria-hidden="true" />';
     110        echo '<hr class="styled-separator is-style-wide" aria-hidden="true" />';
    111111    }
    112112
     
    122122
    123123    if ( $comments ) {
    124         echo '<hr class="is-style-wide" aria-hidden="true" />';
     124        echo '<hr class="styled-separator is-style-wide" aria-hidden="true" />';
    125125    }
    126126
Note: See TracChangeset for help on using the changeset viewer.