Skip to content

Commit cdaa4ca

Browse files
committed
remove extra spaces in commented lines to regex
Remove extra spaces in commented lines to match regex in grunt-wp-version
1 parent f5b923e commit cdaa4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/roots-nextdatagov/lib/scripts.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function roots_scripts() {
2828
}
2929

3030
if ( is_single() && comments_open() && get_option( 'thread_comments' ) ) {
31-
wp_enqueue_script( 'comment-reply' );
31+
wp_enqueue_script('comment-reply' );
3232
}
3333

3434
wp_register_script('respond', get_template_directory_uri() . '/assets/js/vendor/respond.min.js', false, null, false );
@@ -46,7 +46,7 @@ function roots_scripts() {
4646
'wpp-frontend'
4747
), '' );
4848
wp_enqueue_script('Federated-Analytics', get_template_directory_uri() . '/assets/js/Federated-Analytics.js', false, '' );
49-
// wp_enqueue_script( 'cycle_all', get_template_directory_uri() . '/assets/js/jquery.cycle.all.js', array( 'jquery' ), '' );
49+
// wp_enqueue_script('cycle_all', get_template_directory_uri() . '/assets/js/jquery.cycle.all.js', array( 'jquery' ), '' );
5050
}
5151

5252
add_action( 'wp_enqueue_scripts', 'roots_scripts', 100 );

0 commit comments

Comments
 (0)