Opened 3 years ago
Closed 3 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)
Change History (5)
#2
@
3 years ago
I have updated the patch.
It was mistakenly added.
Version 0, edited 3 years ago
by
(next)
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?