projects
/
WP-Themes
/
SaultHistoricSites.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a50b3
)
Alter functions.php
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 1 Apr 2015 17:51:59 +0000
(13:51 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 1 Apr 2015 17:51:59 +0000
(13:51 -0400)
no side widget areas
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
a45bd1d
..
49e68f1
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-4,7
+4,7
@@
$ancestorId = null;
$includePages = array();
$frontPageId = get_option('page_on_front');
-add_action('widgets_init', 'glm_quicksite_widget_init');
+
//
add_action('widgets_init', 'glm_quicksite_widget_init');
if (!function_exists('glm_quicksite_widget_init')) {