From 0703206ce151cc59d3acf12d76a0064f6276a972 Mon Sep 17 00:00:00 2001 From: prospect Date: Fri, 19 Jan 2024 05:10:10 -0500 Subject: [PATCH] quick styles and scripts fix --- includes/front-end/styles_and_scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/front-end/styles_and_scripts.php b/includes/front-end/styles_and_scripts.php index b5755df..a82d71b 100644 --- a/includes/front-end/styles_and_scripts.php +++ b/includes/front-end/styles_and_scripts.php @@ -6,7 +6,7 @@ function themeStarter_enqueue() /* Register and Enqueue Scripts */ - wp_register_script('themeStarter-app', get_parent_theme_file_uri('/assets/js/index.js'), [], '1.0', true); + wp_register_script('themeStarter-app', get_parent_theme_file_uri('/assets/js/index.js'), [], null, true); wp_enqueue_script('themeStarter-app');