From 8de2a196b88b1fed8f430be3ab156e8aeccbe38e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 16 Dec 2016 08:44:56 -0500 Subject: [PATCH] removing default excerpt text from helper function being used to allow html tags in the excerpt --- lib/excerpt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/excerpt.php b/lib/excerpt.php index 81c39bd..9d1e858 100644 --- a/lib/excerpt.php +++ b/lib/excerpt.php @@ -44,7 +44,7 @@ if ( ! function_exists( 'wpse_custom_wp_trim_excerpt' ) ) : $wpse_excerpt = trim(force_balance_tags($excerptOutput)); - $excerpt_end = ' ' . ' » ' . sprintf(__( 'Read more about: %s  »', 'wpse' ), get_the_title()) . ''; + $excerpt_end = ' ' . ' » ' . sprintf(__( ' ', 'wpse' ), get_the_title()) . ''; $excerpt_more = apply_filters('excerpt_more', ' ' . $excerpt_end); //$pos = strrpos($wpse_excerpt, '