From ae9a30b7cf9cdd6a87792aa4fe3f210704fe7093 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 21 Oct 2013 16:33:10 +0000 Subject: [PATCH] Twenty Fourteen: fix typo that prevented author name display in Ephemera widget. Props iamtakashi, fixes #25641. git-svn-id: https://develop.svn.wordpress.org/trunk@25855 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/inc/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/inc/widgets.php b/src/wp-content/themes/twentyfourteen/inc/widgets.php index 052692c4bd..1c9adcaa43 100644 --- a/src/wp-content/themes/twentyfourteen/inc/widgets.php +++ b/src/wp-content/themes/twentyfourteen/inc/widgets.php @@ -166,7 +166,7 @@ class Twenty_Fourteen_Ephemera_Widget extends WP_Widget { the_title( '

', '

' ); endif; - printf( __( ' ', 'twentyfourteen' ), + printf( __( ' ', 'twentyfourteen' ), esc_url( get_permalink() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ),