November 28, 2012 at 18:26 /
strip_shortcode is to remove a shortcode and not to run it.
the current line with that change in it is:
1 |
if($atts['content'] > 0) echo '<div class="easy-search-content">'.(substr(strip_shortcodes(__($room->post_content)), 0, $atts['content_max']).$more).'</div>'; |