726* @since 1.5.0727*728* @param string$output The feed permalink.729* @param string$feed The feed type. Possible values include'rss2','atom',730*or an emptystringfor the default feed type.731*/732returnapply_filters('feed_link',$output,$feed);733}734735/**736* Retrieves the permalink for the post comments feed.737*738* @since 2.2.0
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.