Make WordPress Core


Ignore:
Timestamp:
11/24/2013 03:18:20 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove redundant gettext call, props defries. See #25946.

File:
1 edited

Legend:

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

    r26260 r26355  
    185185                                endif;
    186186
    187                                 printf( __( '<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>', 'twentyfourteen' ),
     187                                printf( ( '<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>' ),
    188188                                    esc_url( get_permalink() ),
    189189                                    esc_attr( get_the_date( 'c' ) ),
Note: See TracChangeset for help on using the changeset viewer.