From f0a9df1aa2a9ad8cc39043bca54cd59c35077fab Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Feb 2019 01:55:50 +0000 Subject: [PATCH] Twenty Nineteen: Avoid nested comment author links in `TwentyNineteen_Walker_Comment::html5_comment()`. Props iamdmitrymayorov, mukesh27. Fixes #46291. Built from https://develop.svn.wordpress.org/trunk@44771 git-svn-id: http://core.svn.wordpress.org/trunk@44603 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../classes/class-twentynineteen-walker-comment.php | 9 ++++----- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php index 42fe89fb5f..6237a36080 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php @@ -33,10 +33,9 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment {