From f27e762085c8c5de3d48558641ebbb354d3c613d Mon Sep 17 00:00:00 2001 From: Dominik Schilling 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: http://core.svn.wordpress.org/trunk@24539 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 {