Opened 13 years ago
Closed 13 years ago
#19873 closed defect (bug) (duplicate)
Mixed content warning under HTTPS in wp_upload_dir function
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
In wp_upload_dir (wp-includes/functions.php), there is a call to get_option('siteurl'). This should use site_url() instead. This will prevent the mixed content warning when the admin is being accessed via SSL.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch