Make WordPress Core

Changeset 26045


Ignore:
Timestamp:
11/08/2013 01:08:18 AM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: add brief inline help text for Featured Content controls in Customizer. See #25837.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php

    r26039 r26045  
    4040    // Add the featured content section in case it's not already there.
    4141    $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,
    4445    ) );
    4546
Note: See TracChangeset for help on using the changeset viewer.