From ba1188f1113ec6b719a5f3fed5df9beca49c652b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 14 Sep 2016 21:50:10 +0000 Subject: [PATCH] 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 --- src/wp-includes/load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/load.php b/src/wp-includes/load.php index ae32c7ae22..fbed09c725 100644 --- a/src/wp-includes/load.php +++ b/src/wp-includes/load.php @@ -1046,7 +1046,7 @@ function wp_is_ini_value_changeable( $setting ) { */ 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 *