From 0a2bb27386885e67b7fd99f3fadf2694e4ef0d1e Mon Sep 17 00:00:00 2001 From: iandstewart Date: Wed, 25 May 2011 15:29:26 +0000 Subject: [PATCH] Twenty Eleven: using the cite element to markup a name doesn't conform to the HTML spec; Props holizz and aaroncampbell; See #17520 git-svn-id: http://svn.automattic.com/wordpress/trunk@18030 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 55477b02b..e8283e23f 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -529,7 +529,7 @@ function twentyeleven_comment( $comment, $args, $depth ) { echo get_avatar( $comment, $avatar_size ); printf( __( '%1$s on %2$s%3$s at %4$s%5$s said:', 'twentyeleven' ), - sprintf( '%s', get_comment_author_link() ), + sprintf( '%s', get_comment_author_link() ), '