removing missed default content from the excerpt helper functiong being
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Dec 2016 13:45:55 +0000 (08:45 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Dec 2016 13:45:55 +0000 (08:45 -0500)
used to allow html tags in the excerpt for the topbar dropdown nav
content

lib/excerpt.php

index 9d1e858..0270b24 100644 (file)
@@ -44,7 +44,7 @@ if ( ! function_exists( 'wpse_custom_wp_trim_excerpt' ) ) :
 
             $wpse_excerpt = trim(force_balance_tags($excerptOutput));
 
-                $excerpt_end = ' <a href="'. esc_url( get_permalink() ) . '">' . '&nbsp;&raquo;&nbsp;' . sprintf(__( ' ', 'wpse' ), get_the_title()) . '</a>';
+                $excerpt_end = ' <a href="'. esc_url( get_permalink() ) . '">' . '' . sprintf(__( ' ', 'wpse' ), get_the_title()) . '</a>';
                 $excerpt_more = apply_filters('excerpt_more', ' ' . $excerpt_end); 
 
                 //$pos = strrpos($wpse_excerpt, '</');