Ticket #28504: 28504.twentyfourteen.diff
File 28504.twentyfourteen.diff, 915 bytes (added by , 11 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/inc/customizer.php
33 33 // Add the featured content section in case it's not already there. 34 34 $wp_customize->add_section( 'featured_content', array( 35 35 'title' => __( 'Featured Content', 'twentyfourteen' ), 36 'icon' => 'dashicons-star-filled', 36 37 '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' ), 37 38 esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ), 38 39 admin_url( 'edit.php?show_sticky=1' )