- Timestamp:
- 12/09/2013 08:28:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php
r26669 r26842 34 34 $wp_customize->add_section( 'featured_content', array( 35 35 'title' => __( 'Featured Content', 'twentyfourteen' ), 36 'description' => sprintf( __( 'Use a <a href="%1$s"> 36 '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' ), admin_url( '/edit.php?tag=featured' ), admin_url( '/edit.php?show_sticky=1' ) ), 37 37 'priority' => 130, 38 38 ) );
Note: See TracChangeset
for help on using the changeset viewer.