Docs: Replace some more HTTP links with HTTPS.

Props johnpgreen.
Fixes #37622. See #36993.

git-svn-id: https://develop.svn.wordpress.org/trunk@38239 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2016-08-10 16:09:54 +00:00
parent fbb173fe7c
commit a9717f8ef0
3 changed files with 6 additions and 6 deletions

View File

@@ -286,11 +286,11 @@ class Tests_Mail extends WP_UnitTestCase {
* > If an entity is of type "multipart" the Content-Transfer-Encoding is
* > not permitted to have any value other than "7bit", "8bit" or
* > "binary".
* http://tools.ietf.org/html/rfc2045#section-6.4
* https://tools.ietf.org/html/rfc2045#section-6.4
*
* > "Content-Transfer-Encoding: 7BIT" is assumed if the
* > Content-Transfer-Encoding header field is not present.
* http://tools.ietf.org/html/rfc2045#section-6.1
* https://tools.ietf.org/html/rfc2045#section-6.1
*
* @ticket 28039
*/