[wp-trac] [WordPress Trac] #48407: Change link to api.wordpress.org to HTTPS
WordPress Trac
noreply at wordpress.org
Wed Oct 23 09:34:45 UTC 2019
#48407: Change link to api.wordpress.org to HTTPS
----------------------------+-----------------------------
Reporter: lenasterg | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: trivial | Keywords:
Focuses: |
----------------------------+-----------------------------
Hi there.
A minor change, for using HTTPS protocol in:\\
https://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/dashboard.php#L1648\\
The:
{{{
$url = 'http://api.wordpress.org/core/browse-happy/1.1/';
}}}
should change to
{{{
$url = 'https://api.wordpress.org/core/browse-happy/1.1/';
}}}
Bests,
Lena
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48407>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list