From: Laury GvR Date: Tue, 1 Nov 2016 17:15:34 +0000 (-0400) Subject: Changing WooC links to use get_link instead of page IDs X-Git-Tag: v1.0.0^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0cf846f777c83b70387a24a7d665e2415264e96f;p=WP-Themes%2Fharborcountry.git Changing WooC links to use get_link instead of page IDs --- 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 @@