From fd2c97766f0d10043be6fd7f9a9dd46c867b4d6d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Mar 2019 23:20:29 +0000 Subject: [PATCH] Docs: Fix typo in `wp_is_xml_request()` description. See #46026. git-svn-id: https://develop.svn.wordpress.org/trunk@45018 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/load.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-includes/load.php b/src/wp-includes/load.php index 566bbeedbf..684659d57e 100644 --- a/src/wp-includes/load.php +++ b/src/wp-includes/load.php @@ -1531,8 +1531,7 @@ function wp_is_jsonp_request() { } /** - * - * Checks whether current request is a XML request, or is expecting a XML response. + * Checks whether current request is an XML request, or is expecting an XML response. * * @since 5.2.0 *