Make WordPress Core


Ignore:
Timestamp:
11/11/2019 09:03:55 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Update Twenty Twenty.

This brings Twenty Twenty in sync with GitHub. For a full list of changes since 5.3 RC4, see https://github.com/WordPress/twentytwenty/compare/c267289...ab5fa23.

Reviewed by SergeyBiryukov.
Props williampatton, poena, andersnoren, desrosj, schlessera, leprincenoir, alextran, aristath, b-07, allancole, karmatosed, pierlo, joen, ianbelanger.
See #48110, #48386, #48450, #48505.
Merges [46701], [46702], [46711] to the 5.3 branch.
Fixes #48557.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-content/themes/twentytwenty/template-parts/content.php

    r46614 r46712  
    2626    ?>
    2727
    28     <div class="post-inner section-inner <?php echo is_page_template( 'templates/template-full-width.php' ) ? '' : 'thin'; ?> ">
     28    <div class="post-inner <?php echo is_page_template( 'templates/template-full-width.php' ) ? '' : 'thin'; ?> ">
    2929
    3030        <div class="entry-content">
     
    4040        </div><!-- .entry-content -->
    4141
     42    </div><!-- .post-inner -->
     43
     44    <div class="section-inner">
    4245        <?php
    4346        wp_link_pages(
     
    6265        ?>
    6366
    64     </div><!-- .post-inner -->
     67    </div><!-- .section-inner -->
    6568
    6669    <?php
Note: See TracChangeset for help on using the changeset viewer.