'', 'class' => '' ), $params)); $out = ''; $content = str_replace('
', '', $content); $content = str_replace('
\n', '', $content); $out = '
' . do_shortcode($content) . '
'; return $out; } add_shortcode('well', 'osc_theme_well');