projects
/
WP-Themes
/
harborcountry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620c9d6
)
Update title
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 25 Sep 2017 15:34:46 +0000
(11:34 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 25 Sep 2017 15:34:46 +0000
(11:34 -0400)
need h1 tag
sections/interior-page.php
patch
|
blob
|
history
diff --git
a/sections/interior-page.php
b/sections/interior-page.php
index
a234e3d
..
720ac04
100644
(file)
--- a/
sections/interior-page.php
+++ b/
sections/interior-page.php
@@
-10,7
+10,7
@@
if (is_member()) {
echo "<h1>" . get_member_name() . "</h1>";
} else if ( glm_is_event_detail() ) {
- echo
glm_get_event_name()
;
+ echo
'<h1>'.glm_get_event_name().'</h1>'
;
} else {
echo "<h1>" . get_the_title() . "</h1>";
}