Skip to content

Commit

Permalink
Merge pull request Automattic#1262 from mauryaratan/patch-3
Browse files Browse the repository at this point in the history
Replace http with https in header.php
  • Loading branch information
alaczek authored May 29, 2018
2 parents f5f3a0a + 7963cf1 commit b832261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b832261

Please sign in to comment.