diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index 3c287b0da..e250fe969 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -164,6 +164,10 @@ function the_author_email() { */ function get_the_author_url() { global $authordata; + + if ( 'http://' == $authordata>user_url ) + return ''; + return $authordata->user_url; } diff --git a/wp-includes/feed-atom.php b/wp-includes/feed-atom.php index 265c08074..e4c831c3f 100644 --- a/wp-includes/feed-atom.php +++ b/wp-includes/feed-atom.php @@ -26,7 +26,9 @@ $more = 1; + + <![CDATA[<?php the_title_rss() ?>]]>