Make WordPress Core


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

Twenty Fourteen: remove extra space before a word, props ocean90. See #26437.

File:
1 edited

Legend:

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

    r26669 r26842  
    3434    $wp_customize->add_section( 'featured_content', array(
    3535        'title'       => __( 'Featured Content', 'twentyfourteen' ),
    36         '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' ), admin_url( '/edit.php?tag=featured' ), admin_url( '/edit.php?show_sticky=1' ) ),
     36        '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' ), admin_url( '/edit.php?tag=featured' ), admin_url( '/edit.php?show_sticky=1' ) ),
    3737        'priority'    => 130,
    3838    ) );
Note: See TracChangeset for help on using the changeset viewer.