phpcs fixes.

This commit is contained in:
Jason King 2017-04-15 21:48:20 +09:30 committed by GitHub
parent e81713e7a0
commit 6a98ace1a0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title"
content="<?php bloginfo( 'name' ); ?> - <?php bloginfo( 'description' ); ?>">
content="<?php bloginfo( 'name' ); ?> - <?php bloginfo( 'description' ); ?>">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>