From: Anthony Talarico Date: Fri, 16 Dec 2016 13:44:56 +0000 (-0500) Subject: removing default excerpt text from helper function being used to allow X-Git-Tag: v1.0.0^2~51 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8de2a196b88b1fed8f430be3ab156e8aeccbe38e;p=WP-Themes%2Fmackinawareavb.git removing default excerpt text from helper function being used to allow html tags in the excerpt --- 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, '