Make WordPress Core


Ignore:
Timestamp:
03/15/2014 04:42:57 AM (10 years ago)
Author:
nacin
Message:

Pass feed_type arg in wp_list_authors() to get_author_feed_link().

Adds a slate of tests for wp_list_authors().

props MikeHansenMe.
fixes #26538.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/author-template.php

    r27274 r27550  
    386386            }
    387387
    388             $link .= '<a href="' . get_author_feed_link( $author->ID ) . '"';
     388            $link .= '<a href="' . get_author_feed_link( $author->ID, $feed_type ) . '"';
    389389
    390390            $alt = $title = '';
Note: See TracChangeset for help on using the changeset viewer.