From 230c182249d00145f7fd866213e84375ddda354d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 20 Nov 2014 10:34:51 -0500 Subject: [PATCH] Changing from locations widget to function call --- footer.php | 4 ++-- functions.php | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/footer.php b/footer.php index 3ffacbf..207caab 100644 --- a/footer.php +++ b/footer.php @@ -4,8 +4,8 @@
- - + +
diff --git a/functions.php b/functions.php index 2800b02..91a9254 100755 --- a/functions.php +++ b/functions.php @@ -90,17 +90,4 @@ function glm_google_map($w = '500px', $h = '200px') return sprintf($format, $w, $h); } add_action('wp_enqueue_scripts', 'preston_feather_scripts'); -add_action('widgets_init', 'preston_widget_init'); -if (!function_exists('preston_widget_init')) { - - function preston_widget_init() - { - register_sidebar(array( - 'name' => __('Footer'), - 'id' => 'sidebar-f', - 'description' => __('Appears in Footer Area') - )); - } - -} ?> \ No newline at end of file -- 2.17.1