#19555 closed enhancement (fixed)
Deprecate url_is_accessable_via_ssl()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | HTTP API | Keywords: | has-patch |
Focuses: | Cc: |
Description
We can convert it to use wp_remote_get() when we do, or just stub it.
Attachments (2)
Change History (11)
#3
@
13 years ago
- Cc kpayne@… added
I would like to see the documentation in 19555.patch updated to reflect @since 3.4.0
(or just 3.4 ... not sure about the strictness of the convention) and have "Requires cURL" removed since this is no longer true. Otherwise the patch works. Unit test patch submitted, too.
#5
@
11 years ago
- Component changed from General to HTTP
- Type changed from defect (bug) to enhancement
dd32?
#6
@
11 years ago
Looks good to me, only nitpick is that it shouldn't be filtering https_ssl_verify
& needs updating to match our whitespace format.
Note: See
TracTickets for help on using
tickets.
Unit test