Ticket #47862: 47862.diff
| File 47862.diff, 708 bytes (added by , 6 years ago) |
|---|
-
link-template.php
1249 1249 * @since 3.1.0 1250 1250 * 1251 1251 * @param string $post_type Post type 1252 * @param string $feed Optional. Feed type. Default empty. 1252 * @param string $feed Optional. Feed type. f $feed is empty, the result of get_default_feed() is used 1253 * (the default feed is 'rss2', unless it is changed via the default_feed filter). 1254 * Default empty. 1253 1255 * @return string|false The post type feed permalink. 1254 1256 */ 1255 1257 function get_post_type_archive_feed_link( $post_type, $feed = '' ) {