Docs: Use a third-person singular verb for wp_doing_ajax filter added in [38334].

See #25669.

git-svn-id: https://develop.svn.wordpress.org/trunk@38607 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-09-14 21:50:10 +00:00
parent eea5f80861
commit ba1188f111

View File

@ -1046,7 +1046,7 @@ function wp_is_ini_value_changeable( $setting ) {
*/ */
function wp_doing_ajax() { function wp_doing_ajax() {
/** /**
* Filter whether the current request is a WordPress Ajax request. * Filters whether the current request is a WordPress Ajax request.
* *
* @since 4.7.0 * @since 4.7.0
* *