Make WordPress Core


Ignore:
Timestamp:
02/25/2018 09:31:26 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove duplicated DocBlock for http_response hook in WP_Http::_dispatch_request().

The filter is already documented in WP_Http::request().

See #42505.

File:
1 edited

Legend:

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

    r42746 r42750  
    575575        }
    576576
    577         /**
    578          * Filters the HTTP API response immediately before the response is returned.
    579          *
    580          * @since 2.9.0
    581          *
    582          * @param array  $response HTTP response.
    583          * @param array  $args     HTTP request arguments.
    584          * @param string $url      The request URL.
    585          */
     577        /** This action is documented in wp-includes/class-http.php */
    586578        return apply_filters( 'http_response', $response, $args, $url );
    587579    }
Note: See TracChangeset for help on using the changeset viewer.