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
This commit is contained in:
Sergey Biryukov 2019-03-26 23:20:29 +00:00
parent 20ede58996
commit fd2c97766f
1 changed files with 1 additions and 2 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
*