Fix html5 js link. See #17198 props Jayjdk

git-svn-id: https://develop.svn.wordpress.org/trunk@17671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2011-04-21 07:28:08 +00:00
parent 0b76cdc395
commit 1b008323df
1 changed files with 1 additions and 1 deletions

View File

@ -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(); ?>