- Timestamp:
- 07/09/2019 01:08:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r43571 r45609 381 381 'title' => __( 'Featured Content', 'twentyfourteen' ), 382 382 'description' => sprintf( 383 /* translators: 1: featured tag editor URL, 2: post editor URL */ 383 384 __( 'Use a <a href="%1$s">tag</a> to feature your posts. If no posts match the tag, <a href="%2$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ), 384 385 esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ),
Note: See TracChangeset
for help on using the changeset viewer.