projects
/
WP-Themes
/
truenorthgolf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc4f34
)
Adding UL around the LI items in the off-canvas members only menu
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 5 Sep 2017 20:43:15 +0000
(16:43 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 5 Sep 2017 20:43:15 +0000
(16:43 -0400)
parts/members-sidebar.php
patch
|
blob
|
history
diff --git
a/parts/members-sidebar.php
b/parts/members-sidebar.php
index
3af8a0d
..
9704c83
100644
(file)
--- a/
parts/members-sidebar.php
+++ b/
parts/members-sidebar.php
@@
-2,7
+2,9
@@
<h2>Members Only</h2>
<?php // glm_side_menu(); ?>
<?php if (current_user_can("glm_members_member")) { ?>
+ <ul>
<?php glm_members_only_menu(); ?>
+ </ul>
<?php } ?>
<hr>
<?php if (current_user_can("glm_members_member")) { ?>