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:
54c3dc6
)
Small update
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 6 Apr 2015 17:49:56 +0000
(13:49 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 6 Apr 2015 17:49:56 +0000
(13:49 -0400)
for the other pages to work
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
8d6f24c
..
bb31fe9
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-232,7
+232,9
@@
function glm_page_menu($parent = 0, $class = '')
$page_title = $page->post_title;
break;
}
- }
+ } else {
+ $page_title = $page->post_title;
+ }
echo '><a href="'.get_permalink($page->ID).'">'.$page_title.'</a>'."\n";
if ($totalCount > 0) {
echo glm_page_menu($page->ID, 'sub-menu dropdown');