Changeset 52244 for trunk/src/wp-includes/http.php
- Timestamp:
- 11/25/2021 01:10:30 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r52085 r52244 201 201 * 202 202 * @since 2.7.0 203 * @since 4.6.0 Return value changed from an array to an Requests_Utility_CaseInsensitiveDictionary instance.204 * 205 * @see \ Requests_Utility_CaseInsensitiveDictionary203 * @since 4.6.0 Return value changed from an array to an WpOrg\Requests\Utility\CaseInsensitiveDictionary instance. 204 * 205 * @see \WpOrg\Requests\Utility\CaseInsensitiveDictionary 206 206 * 207 207 * @param array|WP_Error $response HTTP response. 208 * @return array|\ Requests_Utility_CaseInsensitiveDictionary The headers of the response. Empty array if incorrect parameter given.208 * @return array|\WpOrg\Requests\Utility\CaseInsensitiveDictionary The headers of the response. Empty array if incorrect parameter given. 209 209 */ 210 210 function wp_remote_retrieve_headers( $response ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)