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 *