From 8906b0cdf9b6edcc93230de4b93210f77d20a2cb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 22 Sep 2017 09:32:30 +0000 Subject: [PATCH] Docs: Change `$args` to `$r` in the DocBlock for `http_api_debug` filter to match the variable name. Props bor0, ronakganatra. Fixes #41379. git-svn-id: https://develop.svn.wordpress.org/trunk@41562 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-http.php b/src/wp-includes/class-http.php index db0ba609a3..99b20a941a 100644 --- a/src/wp-includes/class-http.php +++ b/src/wp-includes/class-http.php @@ -390,7 +390,7 @@ class WP_Http { * @param array|WP_Error $response HTTP response or WP_Error object. * @param string $context Context under which the hook is fired. * @param string $class HTTP transport used. - * @param array $args HTTP request arguments. + * @param array $r HTTP request arguments. * @param string $url The request URL. */ do_action( 'http_api_debug', $response, 'response', 'Requests', $r, $url );