updated theme Twenty Sixteen version 2.2

This commit is contained in:
2020-08-13 14:54:00 +00:00
committed by Gitium
parent b3cd4e0a59
commit de9808fd12
20 changed files with 2105 additions and 1997 deletions

View File

@ -14,7 +14,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 if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
<?php endif; ?>
@ -85,7 +85,7 @@
<?php if ( get_header_image() ) : ?>
<?php
/**
* Filter the default twentysixteen custom header sizes attribute.
* Filters the default twentysixteen custom header sizes attribute.
*
* @since Twenty Sixteen 1.0
*