diff --git a/inc/post-tags.php b/inc/post-tags.php index da24e072b..dd8cacc31 100644 --- a/inc/post-tags.php +++ b/inc/post-tags.php @@ -370,7 +370,7 @@ function largo_custom_wp_link_pages( $args ) { * @since 0.3 */ if ( ! function_exists( 'largo_excerpt' ) ) { - function largo_excerpt( $the_post=null, $sentence_count = 5, $use_more, $more_link, $echo = true, $strip_tags = true, $strip_shortcodes = true ) { + function largo_excerpt( $the_post=null, $sentence_count = 5, $use_more = false, $more_link = '', $echo = true, $strip_tags = true, $strip_shortcodes = true ) { if (!empty($use_more)) _deprecated_argument(__FUNCTION__, '0.5.1', 'Parameter $use_more is deprecated.'); if (!empty($more_link))