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:
parent
65b1cbfd45
commit
f6b6dc7e73
|
@ -1531,8 +1531,7 @@ function wp_is_jsonp_request() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Checks whether current request is an XML request, or is expecting an XML response.
|
||||||
* Checks whether current request is a XML request, or is expecting a XML response.
|
|
||||||
*
|
*
|
||||||
* @since 5.2.0
|
* @since 5.2.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue