projects
/
WP-Themes
/
westernup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde5bb6
)
Comment out the member only link
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 21 Oct 2015 12:09:10 +0000
(08:09 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 21 Oct 2015 12:09:10 +0000
(08:09 -0400)
parts/client-info-footer.php
patch
|
blob
|
history
diff --git
a/parts/client-info-footer.php
b/parts/client-info-footer.php
index
b08b297
..
fb5b2e7
100644
(file)
--- a/
parts/client-info-footer.php
+++ b/
parts/client-info-footer.php
@@
-29,7
+29,7
@@
<?php $contactPage = get_page_by_title('Contact Us');?>
<?php if($contactPage):?>
<span class="bullet"> • </span><span><a href="<?php echo get_page_link($contactPage->ID);?>">Contact Us</a></span>
- <
span class="bullet"> • </span><span><a>Members Area</a></span
>
+ <
!-- <span class="bullet"> • </span><span><a>Members Area</a></span> --
>
<?php endif;?>
</div>