projects
/
WP-Themes
/
muerkitchens.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ce037
)
Remove nl2br from block content
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Nov 2015 17:57:53 +0000
(12:57 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Nov 2015 17:57:53 +0000
(12:57 -0500)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
7e57819
..
0a4ff76
100755
(executable)
--- a/
front-page.php
+++ b/
front-page.php
@@
-34,7
+34,7
@@
<?php if($block->url):?>
</a>
<?php endif;?>
- <p class="glm-block-excerpt"><?php echo
nl2br($block->post_content)
. $block->post_excerpt;?></p>
+ <p class="glm-block-excerpt"><?php echo
$block->post_content
. $block->post_excerpt;?></p>
<?php if($block->url):?>
<a href="<?php echo $block->url;?>">Link</a>
<?php endif;?>