mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 12:14:25 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user