From be085c6d0c8858b47d495d2ff6b9a3fcc11da95c Mon Sep 17 00:00:00 2001 From: patryk Date: Tue, 1 Dec 2015 19:34:53 +0100 Subject: [PATCH 1/2] Last 3 non-https WordPress URLs updated - issue #734 --- inc/custom-header.php | 2 +- languages/_s.pot | 2 +- rtl.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index fdc804b2..5d2003b9 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -10,7 +10,7 @@ * - * @link http://codex.wordpress.org/Custom_Headers + * @link https://codex.wordpress.org/Custom_Headers * * @package _s */ diff --git a/languages/_s.pot b/languages/_s.pot index 8dbe86de..b98be776 100644 --- a/languages/_s.pot +++ b/languages/_s.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: _s 1.0.0\n" -"Report-Msgid-Bugs-To: http://wordpress.org/tags/_s\n" +"Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n" "POT-Creation-Date: 2015-09-16 19:02:07+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/rtl.css b/rtl.css index 5382189a..9971e640 100644 --- a/rtl.css +++ b/rtl.css @@ -5,7 +5,7 @@ Adding support for language written in a Right To Left (RTL) direction is easy - it's just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. -http://codex.wordpress.org/Right_to_Left_Language_Support +https://codex.wordpress.org/Right_to_Left_Language_Support */ From 4433c1f0b7e462f0cad8836a0a61e947761831cd Mon Sep 17 00:00:00 2001 From: patryk Date: Tue, 1 Dec 2015 21:06:47 +0100 Subject: [PATCH 2/2] Last 3 non-https WordPress URLs updated and custom header link updated too - issue #734 --- inc/custom-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index 5d2003b9..a6fadd35 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -10,7 +10,7 @@ * - * @link https://codex.wordpress.org/Custom_Headers + * @link https://developer.wordpress.org/themes/functionality/custom-headers/ * * @package _s */