projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c06ccab
)
increased max characters on block text button to 22
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 Aug 2016 19:29:37 +0000
(15:29 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 Aug 2016 19:29:37 +0000
(15:29 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
11d325e
..
860033f
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-21,7
+21,7
@@
</a>
<?php endif;?>
<p><?php echo $block->post_content . $block->post_excerpt;?></p>
- <a class="blocks-readmore" href="<?php echo $block->url;?>"><button><?php echo substr(strip_tags($block->post_content),0,2
0
); ?></button></a>
+ <a class="blocks-readmore" href="<?php echo $block->url;?>"><button><?php echo substr(strip_tags($block->post_content),0,2
2
); ?></button></a>
</div>
</div>
<?php endforeach;?>