Opened 11 years ago
Closed 11 years ago
#31882 closed defect (bug) (duplicate)
Use "https" in codex URLs
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 4.2 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
All the wp.org links in the code use https://, but only codex links use http://
In this patch I replaced the the http://codex... with https://codex...
The patch does not include readme.txt and wp-config-sample.php files. I will add a seperate patch for those files.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Dupe of #27115, but we may end up using your patch. Thank you. We're going to do this in a way which doesn't result in all these strings needing to be re-translated by the translation teams.