Make WordPress Core

Ticket #43225: 43225.patch

File 43225.patch, 410 bytes (added by topdownjimmy, 7 years ago)
  • wp-includes/general-template.php

    old new  
    26252625                'comstitle'     => __('%1$s %2$s Comments Feed'),
    26262626        );
    26272627
    2628         $args = wp_parse_args( $args, $defaults );
     2628        $args = wp_parse_args( $args, apply_filters( 'feed_links', $defaults ) );
    26292629
    26302630        /**
    26312631         * Filters whether to display the posts feed link.