Changes between Initial Version and Version 5 of Ticket #17416
- Timestamp:
- 05/13/11 14:32:19 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17416
- Property Status changed from new to accepted
- Property Component changed from General to Administration
- Property Summary changed from Browser nag should use built-in HTTP functions to Use wp_remote_retrieve_* functions where appropriate
- Property Owner set to nacin
- Property Version changed from to 3.2
- Property Milestone changed from Awaiting Review to 3.2
-
Ticket #17416 – Description
initial v5 1 The browser nag (#17323) should use `wp_remote_retrieve_response_code()` and `wp_remote_retrieve_body()`. 1 There are quite a few places where we're not using these: 2 * `wp_remote_retrieve_headers()` 3 * `wp_remote_retrieve_header()` 4 * `wp_remote_retrieve_response_code()` 5 * `wp_remote_retrieve_response_message()` 6 * `wp_remote_retrieve_body()`.