projects
/
WP-Themes
/
meetingsmichigan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35f1d9
)
changing members only sidebar title to partners only
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 18 Jan 2018 21:39:39 +0000
(16:39 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 18 Jan 2018 21:39:39 +0000
(16:39 -0500)
changing the text for the members only sidebar to say partners only
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
4a13aa8
..
509599c
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-2,7
+2,7
@@
<?php if (is_user_logged_in()) { ?>
<div id="members-only-sidebar" class="show-for-small-up opensearchserver.ignore">
<div class="row collapse sidebar-row">
- <h4 class="sidebar-title">
Memb
ers Only</h4>
+ <h4 class="sidebar-title">
Partn
ers Only</h4>
<?php glm_theme_members_only('members-only-menu'); ?>
</div>
</div>