Make WordPress Core


Ignore:
Timestamp:
09/22/2017 09:32:30 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Change $args to $r in the DocBlock for http_api_debug filter to match the variable name.

Props bor0, ronakganatra.
Fixes #41379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-http.php

    r41218 r41562  
    391391         * @param string         $context  Context under which the hook is fired.
    392392         * @param string         $class    HTTP transport used.
    393          * @param array          $args     HTTP request arguments.
     393         * @param array          $r        HTTP request arguments.
    394394         * @param string         $url      The request URL.
    395395         */
Note: See TracChangeset for help on using the changeset viewer.