Removing jQuery from footer.php

This commit is contained in:
Mike Francis 2013-08-06 09:24:52 +01:00
parent e0c8b89126
commit b13e4bd311
1 changed files with 1 additions and 4 deletions

View File

@ -3,9 +3,6 @@
<p>&copy; <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?></p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="<?php bloginfo( 'template_url' ); ?>/_/js/libs/jquery.min.js"><\/script>')</script>
<script src="<?php bloginfo( 'template_url' ); ?>/_/js/script.js"></script>
<?php wp_footer(); ?>
</body>
</html>
</html>