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:
9f9a279
)
Attempt to do previous commit with category title
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 19:29:53 +0000
(14:29 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 19:29:53 +0000
(14:29 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
8703034
..
3d31c43
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-29,7
+29,7
@@
<?php if($memberPage):?>
<li><a href="<?php echo get_page_link($memberPage->ID);?>">Memberships</a></li>
<?php endif;?>
- <?php $donationsPage = get_
tag(148
);?>
+ <?php $donationsPage = get_
post("donate-now"
);?>
<?php if($donationsPage):?>
<li><a href="<?php echo get_page_link($donationsPage->ID);?>">Donate</a></li>
<?php endif;?>