projects
/
WP-Themes
/
mountpleasantwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a61340e
)
fixing a typo
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 29 Mar 2017 18:34:40 +0000
(14:34 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 29 Mar 2017 18:34:40 +0000
(14:34 -0400)
I fixed a typo I put in by mistake.
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
81aa646
..
88cfb8b
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-417,7
+417,7
@@
function glm_side_menu() {
} else {
$ID = $parent->ID;
}
- echo '<h2>MI Cent
e
ral Swing Golf</h2>';
+ echo '<h2>MI Central Swing Golf</h2>';
echo '<ul class="sidenav"><!-- begin -->'."\n";
echo wp_list_pages( 'child_of='.$ID.'&title_li=&depth=1&echo=0');
echo '</ul><!-- end -->'."\n";