- Timestamp:
- 10/20/2020 06:24:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/template-tags.php
r49216 r49247 74 74 if ( ! is_single() ) { 75 75 76 if ( is_sticky() ) { 77 echo '<p>' . esc_html__( 'Featured post', 'twentytwentyone' ) . '</p>'; 78 } 79 76 80 $post_format = get_post_format(); 77 81 if ( 'aside' === $post_format || 'status' === $post_format ) {
Note: See TracChangeset
for help on using the changeset viewer.