Make WordPress Core


Ignore:
Timestamp:
11/12/2013 05:12:08 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: add in more contextual help for setting up Featured Content, links to "featured" tag posts and "sticky" posts from inside the Customizer. See #25837.

File:
1 edited

Legend:

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

    r26097 r26101  
    4141    $wp_customize->add_section( 'featured_content', array(
    4242        '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' ),
     43        'description' => sprintf( __( 'Easily feature all posts with the <a href="%s">"featured" tag</a> or a tag of your choice; if no posts match the tag, <a href="%s">"sticky" posts</a> will be displayed instead.', 'twentyfourteen' ), admin_url( '/edit.php?tag=featured' ), admin_url( '/edit.php?show_sticky=1' ) ),
    4444        'priority'    => 130,
    4545    ) );
Note: See TracChangeset for help on using the changeset viewer.