Skip to content

Commit 1e9ab2d

Browse files
committed
Fixes #11
1 parent 6d68c14 commit 1e9ab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/functions.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function forward_scripts() {
141141
}
142142

143143
// Load theme-specific JavaScript with versioning based on last modified time; http://www.ericmmartin.com/5-tips-for-using-jquery-with-wordpress/
144-
wp_enqueue_script( 'forward-js-core', get_stylesheet_directory_uri() . '/js/core' . $suffix . '.js', array( 'jquery' ), filemtime( get_template_directory() . '/js/core' . $suffix . '.js' ), true );
144+
wp_enqueue_script( 'forward-js-core', get_template_directory_uri() . '/js/core' . $suffix . '.js', array( 'jquery' ), filemtime( get_template_directory() . '/js/core' . $suffix . '.js' ), true );
145145

146146
// Conditionally load another script
147147
// if ( is_singular() ) {

0 commit comments

Comments
 (0)