Ticket #17198: html5_js_path.patch
| File html5_js_path.patch, 609 bytes (added by , 15 years ago) |
|---|
-
header.php
39 39 <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?> 40 40 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 41 41 <!--[if lt IE 9]> 42 <script src="<?php echo get_template_directory_uri(); ?>/ inc/html5.js" type="text/javascript"></script>42 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> 43 43 <![endif]--> 44 44 45 45 <?php wp_head(); ?>