From 925e2f67ee5821b7bb5419e883fbf1d4f2e3788a Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Mon, 1 Jul 2013 18:26:16 +0000 Subject: [PATCH] Replace the `cite` element with a `b` element to markup the comment author in comment_html5(). In HTML5 the `cite` element isn't valid for just an author's name. "The cite element represents the title of a work [..] A person's name is not the title of a work" (http://www.w3.org/TR/html5/text-level-semantics.html#the-cite-element) fixed #24522. git-svn-id: https://develop.svn.wordpress.org/trunk@24539 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index c791ca6990..64d5b9fcea 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1446,7 +1446,7 @@ class Walker_Comment extends Walker {