Changeset 43860 for branches/5.0/src/wp-content/themes/twentynineteen/template-parts/content/content.php
- Timestamp:
- 11/02/2018 11:52:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/template-parts/content/content.php
r43842 r43860 16 16 <?php 17 17 if ( is_sticky() && is_home() && ! is_paged() ) { 18 printf( '<span class="sticky-post">%s</span>', _ _( 'Featured', 'twentynineteen' ) );18 printf( '<span class="sticky-post">%s</span>', _x( 'Featured', 'post', 'twentynineteen' ) ); 19 19 } 20 20 if ( is_singular() ) :
Note: See TracChangeset
for help on using the changeset viewer.