Make WordPress Core


Ignore:
Timestamp:
10/20/2020 06:24:33 PM (5 years ago)
Author:
desrosj
Message:

Twenty Twenty: Import the latest changes from GitHub

For a full list of changes since [49216], see https://github.com/WordPress/twentytwentyone/compare/dfe141276ca4b856bbcd748f9da108ddad026c4c...trunk/.

Props poena, melchoyce, luminuu, aristath, jffng, ryelle, kishanjasani, rolfsiebers, sresok, desrosj.
See #51526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/single.php

    r49216 r49247  
    2828    }
    2929
    30     // If comments are open or we have at least one comment, load up the comment template.
     30    // If comments are open or there is at least one comment, load up the comment template.
    3131    if ( comments_open() || get_comments_number() ) {
    3232        comments_template();
Note: See TracChangeset for help on using the changeset viewer.