Cool changes to jquery and shortcodes.

This commit is contained in:
MickeyKay
2014-11-21 16:03:12 -08:00
parent 3146ae3c98
commit f716b06429
3 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function trestle_header_actions() {
$php_vars = array (
'trestle_equal_cols_breakpoint' => genesis_get_option( 'trestle_equal_cols_breakpoint' ),
);
wp_localize_script( 'theme-jquery', 'php_vars', $php_vars );
wp_localize_script( 'theme-jquery', 'trestle_vars', $php_vars );
}