Remove references to equal heights

This commit is contained in:
Braad Martin
2015-02-23 16:03:37 -08:00
parent 098a9062ef
commit 86520f1f86
-6
View File
@@ -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 );
}
/*===========================================