Make WordPress Core

Changeset 25855


Ignore:
Timestamp:
10/21/2013 04:33:10 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix typo that prevented author name display in Ephemera widget. Props iamtakashi, fixes #25641.

File:
1 edited

Legend:

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

    r25769 r25855  
    167167                                endif;
    168168
    169                                 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">%5s</a></span></span>', 'twentyfourteen' ),
     169                                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' ),
    170170                                    esc_url( get_permalink() ),
    171171                                    esc_attr( get_the_date( 'c' ) ),
Note: See TracChangeset for help on using the changeset viewer.