Ticket #43225: 43225.patch
File 43225.patch, 410 bytes (added by , 7 years ago) |
---|
-
wp-includes/general-template.php
old new 2625 2625 'comstitle' => __('%1$s %2$s Comments Feed'), 2626 2626 ); 2627 2627 2628 $args = wp_parse_args( $args, $defaults);2628 $args = wp_parse_args( $args, apply_filters( 'feed_links', $defaults ) ); 2629 2629 2630 2630 /** 2631 2631 * Filters whether to display the posts feed link.