From: Laury GvR Date: Tue, 12 Sep 2017 20:54:42 +0000 (-0400) Subject: Remove P tags from the city menu excerpts of the map X-Git-Tag: v1.0.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0ac28ab1ff2b3fc03eb725cb154f22647cf3fc24;p=WP-Themes%2Fkeweenaw2017.git Remove P tags from the city menu excerpts of the map --- diff --git a/functions.php b/functions.php index dc86d00..f499993 100644 --- 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 = '

' . $the_excerpt . '

'; return $the_excerpt; }