projects
/
WP-Themes
/
WildBillsATVs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e13bff1
)
update for settings
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 14 Oct 2014 18:16:11 +0000
(14:16 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 14 Oct 2014 18:16:11 +0000
(14:16 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
dfcca2e
..
023c4f5
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-6,7
+6,7
@@
if (!function_exists('glmAddSubs')) {
function glm_get_quicksite_option($name)
{
$settings = get_option('glmQuickSite_settings');
- return ($settings[$name]) ? $settings[$name]: null;
+ return ($settings
&& $settings
[$name]) ? $settings[$name]: null;
}
function glm_wp_list_pages()
{