Changeset 38730 for trunk/src/wp-includes/http.php
- Timestamp:
- 10/05/2016 03:50:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r38726 r38730 209 209 * 210 210 * @since 2.7.0 211 * @since 4.6.0 Return value changed from an array to an Requests_Utility_CaseInsensitiveDictionary instance. 212 * 213 * @see \Requests_Utility_CaseInsensitiveDictionary 211 214 * 212 215 * @param array $response HTTP response. 213 * @return array The headers of the response. Empty array if incorrect parameter given.216 * @return array|\Requests_Utility_CaseInsensitiveDictionary The headers of the response. Empty array if incorrect parameter given. 214 217 */ 215 218 function wp_remote_retrieve_headers( $response ) {
Note: See TracChangeset
for help on using the changeset viewer.