Make WordPress Core

Ticket #43225: 43225.2.patch

File 43225.2.patch, 631 bytes (added by topdownjimmy, 7 years ago)
  • 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.
     
    26772677                'posttypetitle' => __('%1$s %2$s %3$s Feed'),
    26782678        );
    26792679
    2680         $args = wp_parse_args( $args, $defaults );
     2680        $args = wp_parse_args( $args, apply_filters( 'feed_links_extra', $defaults ) );
    26812681
    26822682        if ( is_singular() ) {
    26832683                $id = 0;