Opened 15 years ago
Closed 15 years ago
#19873 closed defect (bug) (duplicate)
Mixed content warning under HTTPS in wp_upload_dir function
| Reported by: | atow | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch