post_content; if( has_post_format( 'quote' ) && ( !is_single() || !is_search() ) ) { /* Match blockquote elements */ preg_match( '//', $content, $matches ); if( empty( $matches ) ) { $content = "
{$content}
"; } else { return $content; } } return $content; }