- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r45768 r45932 381 381 'title' => __( 'Featured Content', 'twentyfourteen' ), 382 382 'description' => sprintf( 383 /* translators: 1: featured tag editor URL, 2: post editor URL*/383 /* translators: 1: Featured tag editor URL, 2: Post editor URL. */ 384 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' ), 385 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.