From 9f60483575eaaf22289a5f276eaeb4709cd72952 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 24 Nov 2013 15:18:20 +0000 Subject: [PATCH] Twenty Fourteen: remove redundant gettext call, props defries. See #25946. git-svn-id: https://develop.svn.wordpress.org/trunk@26355 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 80aa6036a3..bde543b879 100644 --- a/src/wp-content/themes/twentyfourteen/inc/widgets.php +++ b/src/wp-content/themes/twentyfourteen/inc/widgets.php @@ -184,7 +184,7 @@ class Twenty_Fourteen_Ephemera_Widget extends WP_Widget { the_title( '

', '

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