Ticket #43225: 43225.2.patch
File 43225.2.patch, 631 bytes (added by , 7 years ago) |
---|
-
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. … … 2677 2677 'posttypetitle' => __('%1$s %2$s %3$s Feed'), 2678 2678 ); 2679 2679 2680 $args = wp_parse_args( $args, $defaults);2680 $args = wp_parse_args( $args, apply_filters( 'feed_links_extra', $defaults ) ); 2681 2681 2682 2682 if ( is_singular() ) { 2683 2683 $id = 0;