tag, by filtering the output of wp_title(). * * If we have a site description and we're viewing the home page or a blog posts * page (when using a static front page), then we will add the site description. * * If we're viewing a search result, then we're going to recreate the title entirely. * We're going to add page numbers to all titles as well, to the middle of a search * result title and the end of all other titles. * * The site title also gets added to all titles. * * @since [starter] 1.0 * * @param string $title Title generated by wp_title() * @param string $separator The separator passed to wp_title(). Base theme uses a vertical bar, "|", as a separator in header.php. * @return string The new title, ready for the
maybe some white space then maybe whitespace
\s*()?\s*( \s*()\s*(<\/a>)?\s*<\/p>/iU', '\1\2\3', $content );
// now pass that through and do the same for iframes...
return preg_replace( '/
', '' ); ?>