Make WordPress Core

Changeset 27573


Ignore:
Timestamp:
03/17/2014 10:06:08 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: merge two similar strings in Customizer featured content help text. Props celloexpressions, fixes #26647.

File:
1 edited

Legend:

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

    r27122 r27573  
    410410        $wp_customize->add_section( 'featured_content', array(
    411411            'title'          => __( 'Featured Content', 'twentyfourteen' ),
    412             'description'    => sprintf( __( 'Use a <a href="%1$s">tag</a> to feature your posts. You can change this to a tag of your choice; if no posts match the tag, <a href="%2$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ),
     412            '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' ),
    413413                esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ),
    414414                admin_url( 'edit.php?show_sticky=1' )
Note: See TracChangeset for help on using the changeset viewer.