From 5e61371be36e002a15636545d4ba2be4dbceb67f Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 7 Apr 2014 14:53:02 -0700 Subject: [PATCH] Removed testing echos. --- lib/functions/theme-functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/functions/theme-functions.php b/lib/functions/theme-functions.php index 971fdab..8d9607c 100644 --- a/lib/functions/theme-functions.php +++ b/lib/functions/theme-functions.php @@ -40,8 +40,6 @@ function trestle_header_actions() { 'trestle_equal_cols_breakpoint' => genesis_get_option( 'trestle_equal_cols_breakpoint' ), ); wp_localize_script( 'theme-jquery', 'php_vars', $php_vars ); - - echo '++++'; }