diff --git a/lib/functions/theme-functions.php b/lib/functions/theme-functions.php index 0a6f339..971fdab 100644 --- a/lib/functions/theme-functions.php +++ b/lib/functions/theme-functions.php @@ -39,7 +39,9 @@ function trestle_header_actions() { $php_vars = array ( 'trestle_equal_cols_breakpoint' => genesis_get_option( 'trestle_equal_cols_breakpoint' ), ); - wp_localize_script( 'trestle-custom-jquery', 'php_vars', $php_vars ); + wp_localize_script( 'theme-jquery', 'php_vars', $php_vars ); + + echo '++++'; }