Opened 2 years ago
Closed 2 years ago
#57111 closed enhancement (duplicate)
Link is not secured
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
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.
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?