mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
Docs: Remove duplicated DocBlock for http_response
hook in WP_Http::_dispatch_request()
.
The filter is already documented in `WP_Http::request()`. See #42505. Built from https://develop.svn.wordpress.org/trunk@42750 git-svn-id: http://core.svn.wordpress.org/trunk@42580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
510feac5bb
commit
bd9cdde1eb
@ -574,15 +574,7 @@ class WP_Http {
|
|||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** This action is documented in wp-includes/class-http.php */
|
||||||
* Filters the HTTP API response immediately before the response is returned.
|
|
||||||
*
|
|
||||||
* @since 2.9.0
|
|
||||||
*
|
|
||||||
* @param array $response HTTP response.
|
|
||||||
* @param array $args HTTP request arguments.
|
|
||||||
* @param string $url The request URL.
|
|
||||||
*/
|
|
||||||
return apply_filters( 'http_response', $response, $args, $url );
|
return apply_filters( 'http_response', $response, $args, $url );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-42749';
|
$wp_version = '5.0-alpha-42750';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user