893*894* @since 1.5.1895*896* @param string$link The author feed link.897* @param string$feed Feed type. Possible values include'rss2','atom'.898*/899$link=apply_filters('author_feed_link',$link,$feed);900901return$link;902}903904/**905* Retrieves the feed link for a category.
History
Introduced in 1.5.1. Unchanged from 6.7.7 through 7.1.0.