→', 'hive-lite' ),
array(
'span' => array(
'class' => array(),
),
)
));
//test if there is a tag in here
if ( strpos($content,'') !== false ) {
echo $content;
} else {
//we will wrap the whole content in blockquote since this is definitely intended as a quote
echo '
' . $content . ''; } ?>