forked from mirror/_s
Merge pull request #1262 from mauryaratan/patch-3
Replace http with https in header.php
This commit is contained in:
commit
b83226143d
|
@ -15,7 +15,7 @@
|
|||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="profile" href="https://gmpg.org/xfn/11">
|
||||
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
|
|
Reference in New Issue