Changeset 26045
- Timestamp:
- 11/08/2013 01:08:18 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php
r26039 r26045 40 40 // Add the featured content section in case it's not already there. 41 41 $wp_customize->add_section( 'featured_content', array( 42 'title' => __( 'Featured Content', 'twentyfourteen' ), 43 'priority' => 130, 42 'title' => __( 'Featured Content', 'twentyfourteen' ), 43 'description' => __( 'Easily feature all posts with the "featured" tag or a tag of your choice; if no posts match the tag, "sticky" posts will be displayed instead.', 'twentyfourteen' ), 44 'priority' => 130, 44 45 ) ); 45 46
Note: See TracChangeset
for help on using the changeset viewer.