Changeset 23469 for trunk/wp-content/themes/twentythirteen/functions.php
- Timestamp:
- 02/22/2013 06:05:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r23462 r23469 390 390 */ 391 391 function twentythirteen_entry_meta() { 392 393 392 if ( is_sticky() && is_home() && ! is_paged() ) 394 393 echo '<span class="featured-post">' . __( 'Sticky', 'twentythirteen' ) . '</span>';
Note: See TracChangeset
for help on using the changeset viewer.