2.0.1
Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size, Add CHANGELOG.MD to track changes, Tidy up formatting using PHP-CS-Fixer (mostly spacing), Update README.MD dependencies
This commit is contained in:
parent
585aa37d39
commit
6b6864f7a0
10 changed files with 76 additions and 64 deletions
|
@ -3,11 +3,11 @@
|
|||
<!--[if lte IE 9]><html <?php language_attributes(); ?> class="ie9"><![endif]-->
|
||||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta charset="<?php bloginfo('charset'); ?>">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
||||
<link rel="dns-prefetch" href="//google-analytics.com">
|
||||
<link rel="stylesheet" href="<?php echo get_bloginfo( 'stylesheet_url' ) . '?' . time(); ?>">
|
||||
<link rel="stylesheet" href="<?php echo get_bloginfo('stylesheet_url') . '?' . time(); ?>">
|
||||
<?php wp_head(); ?>
|
||||
<!--[if lt IE 10]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue