Make WordPress Core

Changeset 41218


Ignore:
Timestamp:
08/03/2017 03:23:25 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing documentation for the $data parameter for WP_Http::browser_redirect_compatibility().

Props ronakganatra for the initial patch.
Fixes #41380.

File:
1 edited

Legend:

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

    r41162 r41218  
    459459     * @param string            $location URL to redirect to.
    460460     * @param array             $headers  Headers for the redirect.
     461     * @param mixed             $data     The data to add to the cache.
    461462     * @param array             $options  Redirect request options.
    462463     * @param Requests_Response $original Response object.
Note: See TracChangeset for help on using the changeset viewer.