From fff6cc8fc8e538d22f271cd5cbb6cbedfd9ed62a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 22 Sep 2017 09:33:47 +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. Built from https://develop.svn.wordpress.org/trunk@41562 git-svn-id: http://core.svn.wordpress.org/trunk@41395 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-http.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index db0ba609a3..99b20a941a 100644 --- a/wp-includes/class-http.php +++ b/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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 5e6a3a2c43..87de3c8fa6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41561'; +$wp_version = '4.9-alpha-41562'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.