projects
/
WP-Themes
/
capstone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4797346
)
changing block id used in localhost to match the one used on dev site
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 2 Sep 2016 13:23:35 +0000
(09:23 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 2 Sep 2016 13:23:35 +0000
(09:23 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
032917b
..
678709b
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-18,7
+18,7
@@
<?php if($block->url):?>
</a>
<?php endif;?>
- <?php if($block->ID ===
86
){ ?>
+ <?php if($block->ID ===
128
){ ?>
<a class="button case-studies-button" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>View</a>
<?php } ?>
</div>