From ca0435cea00fb0df141d58970502d67479b63791 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 8 Nov 2024 15:50:12 +0000 Subject: [PATCH] Coding Standards: Remove unnecessary `isset()` from `xmlrpc.php`. This removes a redundant `isset( $HTTP_RAW_POST_DATA )` from `xmlrpc.php`, as the variable is already set in the code block immediately preceding the affected line. Follow-up to [3498], [5445], [47926]. Props justlevine. See #52217. git-svn-id: https://develop.svn.wordpress.org/trunk@59376 602fd350-edb4-49c9-b593-d223f7449a82 --- src/xmlrpc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/xmlrpc.php b/src/xmlrpc.php index 592902085712f..ae73f687a2daa 100644 --- a/src/xmlrpc.php +++ b/src/xmlrpc.php @@ -22,9 +22,7 @@ } // Fix for mozBlog and other cases where '