Ticket #26538: wp-list-authors-feed-type.diff
File wp-list-authors-feed-type.diff, 465 bytes (added by , 11 years ago) |
---|
-
wp-includes/author-template.php
377 377 $link .= '('; 378 378 } 379 379 380 $link .= '<a href="' . get_author_feed_link( $author->ID ) . '"';380 $link .= '<a href="' . get_author_feed_link( $author->ID, $feed_type ) . '"'; 381 381 382 382 $alt = $title = ''; 383 383 if ( !empty( $feed ) ) {