Change links http:// to https://
All necessary links checked and updated to https, some remain as http as those aren't using secured protocol yet
This commit is contained in:
parent
a0ee266dee
commit
e4665250dd
8 changed files with 24 additions and 24 deletions
10
style.css
10
style.css
|
@ -1,8 +1,8 @@
|
|||
/*!
|
||||
Theme Name: _s
|
||||
Theme URI: http://underscores.me/
|
||||
Theme URI: https://underscores.me/
|
||||
Author: Automattic
|
||||
Author URI: http://automattic.com/
|
||||
Author URI: https://automattic.com/
|
||||
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
|
||||
Version: 1.0.0
|
||||
License: GNU General Public License v2 or later
|
||||
|
@ -13,11 +13,11 @@ Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-com
|
|||
This theme, like WordPress, is licensed under the GPL.
|
||||
Use it to make something cool, have fun, and share what you've learned with others.
|
||||
|
||||
_s is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
|
||||
_s is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
|
||||
Underscores is distributed under the terms of the GNU GPL v2 or later.
|
||||
|
||||
Normalizing styles have been helped along thanks to the fine work of
|
||||
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
|
||||
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
||||
*/
|
||||
/*--------------------------------------------------------------
|
||||
>>> TABLE OF CONTENTS:
|
||||
|
@ -333,7 +333,7 @@ html {
|
|||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
|
||||
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue