From f6b6dc7e7367c6628244cd96a6412133eec6818a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Mar 2019 23:21:51 +0000 Subject: [PATCH] Docs: Fix typo in `wp_is_xml_request()` description. See #46026. Built from https://develop.svn.wordpress.org/trunk@45018 git-svn-id: http://core.svn.wordpress.org/trunk@44827 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/load.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-includes/load.php b/wp-includes/load.php index 566bbeedbf..684659d57e 100644 --- a/wp-includes/load.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 1e51681ed6..1533678452 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-45017'; +$wp_version = '5.2-alpha-45018'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.