Changeset 27573
- Timestamp:
- 03/17/2014 10:06:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r27122 r27573 410 410 $wp_customize->add_section( 'featured_content', array( 411 411 'title' => __( 'Featured Content', 'twentyfourteen' ), 412 'description' => sprintf( __( 'Use a <a href="%1$s">tag</a> to feature your posts. You can change this to a tag of your choice; if no posts match the tag, <a href="%2$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ),412 'description' => sprintf( __( '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' ), 413 413 esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ), 414 414 admin_url( 'edit.php?show_sticky=1' )
Note: See TracChangeset
for help on using the changeset viewer.