projects
/
WP-Themes
/
coldwater.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97936bb
)
changing the member login link url
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 6 Sep 2017 13:16:27 +0000
(09:16 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 6 Sep 2017 13:16:27 +0000
(09:16 -0400)
the partner log in was changed to member login and the url was set to the members
only page
sections/copyright.php
patch
|
blob
|
history
diff --git
a/sections/copyright.php
b/sections/copyright.php
index
bbde78b
..
b496b06
100644
(file)
--- a/
sections/copyright.php
+++ b/
sections/copyright.php
@@
-6,6
+6,6
@@
<span class="bullet"> • </span>
<span> All Rights Reserved.</span>
<span class="bullet"> • </span>
- <span><a id="part-login" href="<?php
bloginfo('url')?>/wp-admin">Partn
er Login</a></span>
+ <span><a id="part-login" href="<?php
echo get_permalink(330); ?>">Memb
er Login</a></span>
</div>
</div>
\ No newline at end of file