[wp-trac] Re: [WordPress Trac] #1785: Atom-based comment feed
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 10 13:21:03 GMT 2006
#1785: Atom-based comment feed
---------------------------------------------+------------------------------
Reporter: kurtmckee | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.1
Component: General | Version: 1.6
Severity: normal | Resolution:
Keywords: atom comments feed bg|has-patch |
---------------------------------------------+------------------------------
Changes (by _ck_):
* priority: low => normal
Comment:
Note for the wp-commentsatom.php to work correctly with rewritten urls in
Wordpress 2.x this function has to be updated to the following in wp-
includes/functions.php
{{{
function do_feed_atom($for_comments) {
if ( $for_comments ) {
load_template(ABSPATH . 'wp-commentsatom.php');
} else {
load_template(ABSPATH . 'wp-atom.php');
}
}
}}}
Wordpress is WAY overdue to have working ATOM 1.0 feeds and it's super
easy to add into the next alpha release with all the groundword already
done.
--
Ticket URL: <http://trac.wordpress.org/ticket/1785>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list