Make WordPress Core

Ticket #25946: 25946.patch

File 25946.patch, 1.1 KB (added by defries, 11 years ago)
  • wp-content/themes/twentyfourteen/inc/widgets.php

    diff --git wp-content/themes/twentyfourteen/inc/widgets.php wp-content/themes/twentyfourteen/inc/widgets.php
    index 80aa603..bde543b 100644
    class Twenty_Fourteen_Ephemera_Widget extends WP_Widget { 
    184184                                                                        the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
    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' ) ),
    190190                                                                        esc_html( get_the_date() ),