JeremyEnglert / JointsWP-CSS

A blank WordPress theme built with Foundation 6, giving you all the power and flexibility you need to build complex, mobile friendly websites without having to start from scratch.
http://jointswp.com
75 stars 23 forks source link

Link to jQuery in joints.php is incorrect #2

Closed fontsnob closed 10 years ago

fontsnob commented 10 years ago

Hi there. Great Foundation 5 based theme thus far. However, the link to jQuery in joints.php is broken. It's looking inside of 'bower_components' (presumably from the SASS version).

Line 128 should be: wp_enqueue_script( 'jquery', get_template_directory_uri() . '/foundation/js/vendor/jquery.js', array(), '2.1.0', false );

instead of the current: wp_enqueue_script( 'jquery', get_template_directory_uri() . '/bower_components/foundation/js/vendor/jquery.js', array(), '2.1.0', false );

JeremyEnglert commented 10 years ago

This has been corrected, thanks!