From aa381b8ad7bf87847a3a5890b5c20bc57b8d9ec3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 20 May 2010 06:53:59 -0400 Subject: [PATCH] well that didnt work --- functions.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/functions.php b/functions.php index 14ea093..f41b99b 100644 --- a/functions.php +++ b/functions.php @@ -38,18 +38,6 @@ function custom_logo() { ?> add_action('login_head', 'custom_logo'); -// Add Sidebars -$sidebars = array(); // array('Home Sidebar', 'Other Sidebar'); -foreach($sidebars as $name) { - register_sidebar(array('name'=> $name, - 'before_widget' => '
', - 'after_widget' => '
', - 'before_title' => '

', - 'after_title' => '

', - )); -} - -