Fix html5 js link. See #17198 props Jayjdk
git-svn-id: http://svn.automattic.com/wordpress/trunk@17671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d4780cd21a
commit
bfbc63f7a2
|
@ -39,7 +39,7 @@
|
|||
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
|
||||
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
|
||||
<!--[if lt IE 9]>
|
||||
<script src="<?php echo get_template_directory_uri(); ?>/inc/html5.js" type="text/javascript"></script>
|
||||
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
|
||||
<![endif]-->
|
||||
|
||||
<?php wp_head(); ?>
|
||||
|
|
Loading…
Reference in New Issue