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
This commit is contained in:
Sergey Biryukov 2019-03-26 23:21:51 +00:00
parent 65b1cbfd45
commit f6b6dc7e73
2 changed files with 2 additions and 3 deletions

View File

@ -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
*

View File

@ -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.