[wp-trac] Re: [WordPress Trac] #4550: Category RSS feed function
broken with URL rewrites
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 27 15:20:25 GMT 2007
#4550: Category RSS feed function broken with URL rewrites
--------------------------+-------------------------------------------------
Reporter: gwagenknecht | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.3 (trunk)
Component: General | Version: 2.2.1
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Changes (by westi):
* severity: major => normal
* milestone: => 2.3 (trunk)
Comment:
The fix isn't quite correct.
There are two of these issues in feed.php
In both cases a url should be built and then user_trailingslashit called.
e.g.
{{{
$link = user_trailingslashit($link . '/feed', 'feed');
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4550#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list