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/inc/template-tags.php

    r49216 r49247  
    7474        if ( ! is_single() ) {
    7575
     76            if ( is_sticky() ) {
     77                echo '<p>' . esc_html__( 'Featured post', 'twentytwentyone' ) . '</p>';
     78            }
     79
    7680            $post_format = get_post_format();
    7781            if ( 'aside' === $post_format || 'status' === $post_format ) {
Note: See TracChangeset for help on using the changeset viewer.