Ticket #4654: patch.txt
| File patch.txt, 372 bytes (added by , 18 years ago) |
|---|
| Line | |
|---|---|
| 1 | Index: feed.php |
| 2 | =================================================================== |
| 3 | --- feed.php (revision 5810) |
| 4 | +++ feed.php (working copy) |
| 5 | @@ -71,7 +71,9 @@ |
| 6 | |
| 7 | |
| 8 | function permalink_single_rss($file = '') { |
| 9 | - echo get_permalink(); |
| 10 | + $permalink_rss = get_permalink(); |
| 11 | + $permalink_rss = apply_filters('permalink_single_rss', $permalink_rss); |
| 12 | + echo $permalink_rss; |
| 13 | } |
| 14 | |
| 15 |