Fixed wp_localize_script call - switched to theme-jquery instead of trestle-custom-jquery.

This commit is contained in:
MickeyKay
2014-04-07 14:38:01 -07:00
parent 8b1a980846
commit c1a94e5010
+3 -1
View File
@@ -39,7 +39,9 @@ function trestle_header_actions() {
$php_vars = array ( $php_vars = array (
'trestle_equal_cols_breakpoint' => genesis_get_option( 'trestle_equal_cols_breakpoint' ), '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 '++++';
} }