Opened 4 years ago
Closed 4 years ago
#57111 closed enhancement (duplicate)
Link is not secured
| Reported by: | madhusudan1825 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
The url is not secured even though the url can be reached by using https
Attachments (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hello and welcome to WordPress Trac, @madhusudan1825, thanks for the ticket and patch.
Looks like there is another change in your patch. You replaced
$wp_xmlrpc_server = new $wp_xmlrpc_server_class;with$wp_xmlrpc_server = new $wp_xmlrpc_server_class();. Is it on purpose?