projects
/
WP-Themes
/
keweenaw2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d111f
)
Remove P tags from the city menu excerpts of the map
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 12 Sep 2017 20:54:42 +0000
(16:54 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 12 Sep 2017 20:54:42 +0000
(16:54 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
dc86d00
..
f499993
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-94,7
+94,6
@@
function get_excerpt_by_id($post_id, $length = 35){
array_push($words, '…');
$the_excerpt = implode(' ', $words);
endif;
- $the_excerpt = '<p>' . $the_excerpt . '</p>';
return $the_excerpt;
}