projects
/
WP-Themes
/
shipwreckmuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1af023
)
Donate instead of Donate Now as link name
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 20:06:32 +0000
(15:06 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 20:06:32 +0000
(15:06 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
f5491eb
..
a6ead36
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-31,7
+31,7
@@
<?php endif;?>
<?php $donationsPage = get_product_category_by_id(148);?>
<?php if($donationsPage):?>
- <li><a href="<?php bloginfo('url');?>/product-category/<?php echo $donationsPage->slug;?>">
<?php echo $donationsPage->name;?>
</a></li>
+ <li><a href="<?php bloginfo('url');?>/product-category/<?php echo $donationsPage->slug;?>">
Donate
</a></li>
<?php endif;?>
<?php $blog = get_post(203);?>
<?php if($blog):?>