Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test
  • Loading branch information
localhost8080 committed Jun 29, 2014
1 parent 073aa11 commit 99833a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function-definitions.php
Expand Up @@ -901,7 +901,7 @@ function multiloquent_paralax_slider()
// $excerpt = apply_filters( 'get_the_excerpt', $val->post_excerpt );
$excerpt = apply_filters('the_excerpt', $val->post_excerpt);
if (empty($excerpt)) {
$excerpt = '<p>'.wp_trim_words($val->post_content).'<p>';
$excerpt = wp_trim_words($val->post_content);
}
$output .= $excerpt;
} else {
Expand Down

0 comments on commit 99833a3

Please sign in to comment.