]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/author-template.php
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-includes / author-template.php
index c62b4bc0270671164ac21a1c5c90cdbede9de209..7cc6291c6d5c60aa235a5b133c6d0c690f837c1d 100644 (file)
@@ -381,7 +381,7 @@ function the_author_posts() {
  * link to the author's posts.
  *
  * @link http://codex.wordpress.org/Template_Tags/the_author_posts_link
- * @since 1.2
+ * @since 1.2.0
  * @uses $authordata The current author's DB object.
  * @uses get_author_posts_url()
  * @uses get_the_author()
@@ -400,7 +400,7 @@ function the_author_posts_link($deprecated = '') {
 /**
  * Retrieve the URL to the author page of the author of the current post.
  *
- * @since 2.1
+ * @since 2.1.0
  * @uses $wp_rewrite WP_Rewrite
  * @return string The URL to the author's page.
  */
@@ -453,7 +453,7 @@ function get_author_name( $auth_id ) {
  * echo (boolean) (true): Set to false to return the output, instead of echoing.
  *
  * @link http://codex.wordpress.org/Template_Tags/wp_list_authors
- * @since 1.2
+ * @since 1.2.0
  * @param array $args The argument array.
  * @return null|string The output, if echo is set to false.
  */
@@ -499,7 +499,7 @@ function wp_list_authors($args = '') {
                                $link .= ' ';
                                if (empty($feed_image))
                                        $link .= '(';
-                               $link .= '<a href="' . get_author_rss_link(0, $author->ID, $author->user_nicename) . '"';
+                               $link .= '<a href="' . get_author_feed_link($author->ID) . '"';
 
                                if ( !empty($feed) ) {
                                        $title = ' title="' . $feed . '"';