From 3574d43d28edd224264add9b1bb2ef416ab531d6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Feb 2019 01:54:14 +0000 Subject: [PATCH] Twenty Nineteen: Avoid nested comment author links in `TwentyNineteen_Walker_Comment::html5_comment()`. Props iamdmitrymayorov, mukesh27. Fixes #46291. git-svn-id: https://develop.svn.wordpress.org/trunk@44771 602fd350-edb4-49c9-b593-d223f7449a82 --- .../classes/class-twentynineteen-walker-comment.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php index 42fe89fb5f..6237a36080 100644 --- a/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php +++ b/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php @@ -33,10 +33,9 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment {