Make WordPress Core


Ignore:
Timestamp:
05/12/2009 06:19:36 AM (16 years ago)
Author:
azaozz
Message:

Post comments feed link HTML filter, props JohnLamansky, fixes #9712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r11243 r11299  
    444444        $link_text = __('Comments Feed');
    445445
    446     echo "<a href='$url'>$link_text</a>";
     446    echo apply_filters( 'post_comments_feed_link_html', "<a href='$url'>$link_text</a>", $post_id, $feed );
    447447}
    448448
Note: See TracChangeset for help on using the changeset viewer.