From 10ef98c902f12ab471c6e463c98b777d5310a217 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 12 Apr 2015 21:29:32 +0000 Subject: [PATCH] Use HTTPS URLs for codex.wordpress.org. see #27115. Built from https://develop.svn.wordpress.org/trunk@32116 git-svn-id: http://core.svn.wordpress.org/trunk@32095 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- archive.php | 4 ++-- author.php | 4 ++-- category.php | 4 ++-- functions.php | 6 +++--- image.php | 4 ++-- inc/custom-header.php | 2 +- index.php | 4 ++-- tag.php | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/archive.php b/archive.php index 2d442bd37..f71ecf90e 100644 --- a/archive.php +++ b/archive.php @@ -10,7 +10,7 @@ * has tag.php for Tag archives, category.php for Category archives, and * author.php for Author archives. * - * @link http://codex.wordpress.org/Template_Hierarchy + * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Twelve @@ -60,4 +60,4 @@ get_header(); ?> - \ No newline at end of file + diff --git a/author.php b/author.php index 4e95eafc2..9a55c3419 100644 --- a/author.php +++ b/author.php @@ -4,7 +4,7 @@ * * Used to display archive-type pages for posts by an author. * - * @link http://codex.wordpress.org/Template_Hierarchy + * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Twelve @@ -81,4 +81,4 @@ get_header(); ?> - \ No newline at end of file + diff --git a/category.php b/category.php index 0376977e6..02f132605 100644 --- a/category.php +++ b/category.php @@ -4,7 +4,7 @@ * * Used to display archive-type pages for posts in a category. * - * @link http://codex.wordpress.org/Template_Hierarchy + * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Twelve @@ -48,4 +48,4 @@ get_header(); ?> - \ No newline at end of file + diff --git a/functions.php b/functions.php index a473a7917..f877ab7d6 100644 --- a/functions.php +++ b/functions.php @@ -6,8 +6,8 @@ * in the theme as custom template tags. Others are attached to action and * filter hooks in WordPress to change core functionality. * - * When using a child theme (see http://codex.wordpress.org/Theme_Development and - * http://codex.wordpress.org/Child_Themes), you can override certain functions + * When using a child theme (see https://codex.wordpress.org/Theme_Development and + * https://codex.wordpress.org/Child_Themes), you can override certain functions * (those wrapped in a function_exists() call) by defining them first in your child theme's * functions.php file. The child theme's functions.php file is included before the parent * theme's file, so the child theme functions would be used. @@ -15,7 +15,7 @@ * Functions that are not pluggable (not wrapped in function_exists()) are instead attached * to a filter or action hook. * - * For more information on hooks, actions, and filters, @link http://codex.wordpress.org/Plugin_API + * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API * * @package WordPress * @subpackage Twenty_Twelve diff --git a/image.php b/image.php index 9f3d7a25a..976e017d5 100644 --- a/image.php +++ b/image.php @@ -2,7 +2,7 @@ /** * The template for displaying image attachments * - * @link http://codex.wordpress.org/Template_Hierarchy + * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Twelve @@ -113,4 +113,4 @@ endif; - \ No newline at end of file + diff --git a/inc/custom-header.php b/inc/custom-header.php index 45174d476..2a886bd40 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -2,7 +2,7 @@ /** * Implement an optional custom header for Twenty Twelve * - * See http://codex.wordpress.org/Custom_Headers + * See https://codex.wordpress.org/Custom_Headers * * @package WordPress * @subpackage Twenty_Twelve diff --git a/index.php b/index.php index 74b574ec1..7420be53e 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * It is used to display a page when nothing more specific matches a query. * For example, it puts together the home page when no home.php file exists. * - * @link http://codex.wordpress.org/Template_Hierarchy + * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Twelve @@ -63,4 +63,4 @@ get_header(); ?> - \ No newline at end of file + diff --git a/tag.php b/tag.php index 4e8b14c70..1742df4ad 100644 --- a/tag.php +++ b/tag.php @@ -4,7 +4,7 @@ * * Used to display archive-type pages for posts in a tag. * - * @link http://codex.wordpress.org/Template_Hierarchy + * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Twelve @@ -49,4 +49,4 @@ get_header(); ?> - \ No newline at end of file +