Twenty Fifteen: escaping for the HTML5 shiv call.
Props philiparthurmoore, fixes #30212 git-svn-id: https://develop.svn.wordpress.org/trunk@30218 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
17f38859e5
commit
0dcb810a91
|
@ -16,7 +16,7 @@
|
|||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
|
||||
<script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js"></script>
|
||||
<![endif]-->
|
||||
<script>(function(){document.documentElement.className='js'})();</script>
|
||||
<?php wp_head(); ?>
|
||||
|
|
Loading…
Reference in New Issue