Changeset 52328 for trunk/src/wp-includes/http.php
- Timestamp:
- 12/06/2021 09:29:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r52244 r52328 201 201 * 202 202 * @since 2.7.0 203 * @since 4.6.0 Return value changed from an array to an WpOrg\Requests\Utility\CaseInsensitiveDictionary instance.204 * 205 * @see \ WpOrg\Requests\Utility\CaseInsensitiveDictionary203 * @since 4.6.0 Return value changed from an array to an Requests_Utility_CaseInsensitiveDictionary instance. 204 * 205 * @see \Requests_Utility_CaseInsensitiveDictionary 206 206 * 207 207 * @param array|WP_Error $response HTTP response. 208 * @return array|\ WpOrg\Requests\Utility\CaseInsensitiveDictionary The headers of the response. Empty array if incorrect parameter given.208 * @return array|\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.