Re - add jQuery by default

This commit is contained in:
koenemann 2017-12-14 09:22:42 +01:00
parent 3247a5280e
commit 4b05927dc2
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ if ( ! function_exists( 'understrap_scripts' ) ) {
// Get the theme data.
$the_theme = wp_get_theme();
wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), $the_theme->get( 'Version' ), false );
wp_enqueue_script( 'jquery');
wp_enqueue_script( 'popper-scripts', get_template_directory_uri() . '/js/popper.min.js', array(), true);
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), $the_theme->get( 'Version' ), true );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {