Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1194 from dioogbento/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
colin-marshall committed Dec 25, 2017
2 parents 4436df5 + 26688da commit 8c3c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function foundationpress_scripts() {
// CDN hosted jQuery placed in the header, as some plugins require that jQuery is loaded in the header.
wp_enqueue_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js', array(), '3.2.1', false );

// Enqueue Founation scripts
// Enqueue Foundation scripts
wp_enqueue_script( 'foundation', get_template_directory_uri() . '/dist/assets/js/' . foundationpress_asset_path( 'app.js' ), array( 'jquery' ), '2.10.4', true );

// Enqueue FontAwesome from CDN. Uncomment the line below if you need FontAwesome.
Expand Down

0 comments on commit 8c3c951

Please sign in to comment.