Opened 4 years ago
Closed 4 years ago
#50309 closed defect (bug) (fixed)
sslverify option in wp_edit_theme_plugin_file method for homepage
Reported by: | munyagu | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
In WP5.3, option sslverify
of wp_remote_get
function set to false by default when making http request to local amin_url in wp_edit_theme_plugin_file
function in wp-admin/includes/file.php
is added.
However, it was not added to the homepage side.
I couldn't find the ticket for this change, and I couldn't find a reason why it wasn't added to the homepage side, but is there a reason?
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi there, welcome back to WordPress Trac! Thanks for the report.
Good catch, it looks like the second instance of
wp_remote_get()
was simply missed in [46230] / #47957.