Changeset 54997 for trunk/src/wp-includes/http.php
- Timestamp:
- 12/15/2022 09:30:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r54157 r54997 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 \ Requests_Utility_CaseInsensitiveDictionary|array The headers of the response, or empty array209 * if incorrect parameter given.208 * @return \WpOrg\Requests\Utility\CaseInsensitiveDictionary|array The headers of the response, or empty array 209 * if incorrect parameter given. 210 210 */ 211 211 function wp_remote_retrieve_headers( $response ) {
Note: See TracChangeset
for help on using the changeset viewer.