From 78e9478de7ee5dc67975a6694ffd1657cf1843aa Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 29 Jul 2023 00:29:29 +0000 Subject: [PATCH] Coding Standards: Use strict comparison in `wp-includes/feed-atom-comments.php`. Follow-up to [9818]. Props aristath, poena, afercia, SergeyBiryukov. See #58831. git-svn-id: https://develop.svn.wordpress.org/trunk@56324 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/feed-atom-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/feed-atom-comments.php b/src/wp-includes/feed-atom-comments.php index e11955f746..37f663a337 100644 --- a/src/wp-includes/feed-atom-comments.php +++ b/src/wp-includes/feed-atom-comments.php @@ -111,7 +111,7 @@ while ( have_comments() ) : comment_parent ) : // This comment is top-level. + if ( '0' === $comment->comment_parent ) : // This comment is top-level. ?>