From 86520f1f8684e4d53284ff08654479aaa8a9cf66 Mon Sep 17 00:00:00 2001 From: Braad Martin Date: Mon, 23 Feb 2015 16:03:37 -0800 Subject: [PATCH] Remove references to equal heights --- includes/functions/theme-functions.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/functions/theme-functions.php b/includes/functions/theme-functions.php index ea71f76..2efc389 100644 --- a/includes/functions/theme-functions.php +++ b/includes/functions/theme-functions.php @@ -42,12 +42,6 @@ function trestle_header_actions() { if ( is_readable( $upload_path . $custom_js_file ) ) wp_enqueue_script( 'trestle-custom-jquery', $upload_url . $custom_js_file, array( 'jquery' ), CHILD_THEME_VERSION, true ); - // Pass PHP variables to theme jQuery - $php_vars = array ( - 'trestle_equal_cols_breakpoint' => genesis_get_option( 'trestle_equal_cols_breakpoint' ), - ); - wp_localize_script( 'theme-jquery', 'trestle_vars', $php_vars ); - } /*===========================================