From 0cf846f777c83b70387a24a7d665e2415264e96f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 1 Nov 2016 13:15:34 -0400 Subject: [PATCH] Changing WooC links to use get_link instead of page IDs --- lib/misc.php | 4 ---- lib/widgets.php | 2 +- woocommerce.php | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/misc.php b/lib/misc.php index 3fc9228..345cef0 100644 --- a/lib/misc.php +++ b/lib/misc.php @@ -7,10 +7,6 @@ * * @return string Option */ -function itGetsHere() { - echo "

TEST IS TRUE


"; -} - if (!function_exists('glm_get_clientinfo_option')) { function glm_get_clientinfo_option($name) { diff --git a/lib/widgets.php b/lib/widgets.php index 9e079e0..6f62ee8 100644 --- a/lib/widgets.php +++ b/lib/widgets.php @@ -8,7 +8,7 @@ if (!function_exists('glm_quicksite_widget_init')) { register_sidebar(array( 'name' => __('Slideshow'), 'id' => 'slideshow', - 'description' => __('Meta Slider/Slideshow Area') + 'description' => __('Slideshow Area') )); register_sidebar(array( 'name' => __('Right Sidebar'), diff --git a/woocommerce.php b/woocommerce.php index 8544c23..62f89e4 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -28,10 +28,10 @@
-- 2.17.1