[wp-cvs] wordpress wp-commentsrss2.php,1.23,1.24
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Jan 31 10:06:14 GMT 2005
- Previous message: [wp-cvs] wordpress/wp-includes comment-functions.php, 1.21,
1.22 functions-post.php, 1.35, 1.36 functions.php, 1.240, 1.241
- Next message: [wp-cvs] wordpress/wp-includes comment-functions.php, 1.22,
1.23 feed-functions.php, 1.1, 1.2 functions.php, 1.241, 1.242
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23608
Modified Files:
wp-commentsrss2.php
Log Message:
Fix for http://mosquito.wordpress.org/view.php?id=587
Index: wp-commentsrss2.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-commentsrss2.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** wp-commentsrss2.php 14 Dec 2004 09:48:34 -0000 1.23
--- wp-commentsrss2.php 31 Jan 2005 10:06:11 -0000 1.24
***************
*** 48,54 ****
<item>
<title>by: <?php comment_author_rss() ?></title>
! <link><?php comment_link_rss() ?></link>
<pubDate><?php comment_time('r'); ?></pubDate>
! <guid isPermaLink="false"><?php comment_ID(); echo ":".$comment->comment_post_ID; ?>@<?php bloginfo_rss("url") ?></guid>
<?php
if (!empty($comment->post_password) && $_COOKIE['wp-postpass'] != $comment->post_password) {
--- 48,54 ----
<item>
<title>by: <?php comment_author_rss() ?></title>
! <link><?php comment_link() ?></link>
<pubDate><?php comment_time('r'); ?></pubDate>
! <guid><?php comment_link() ?></guid>
<?php
if (!empty($comment->post_password) && $_COOKIE['wp-postpass'] != $comment->post_password) {
- Previous message: [wp-cvs] wordpress/wp-includes comment-functions.php, 1.21,
1.22 functions-post.php, 1.35, 1.36 functions.php, 1.240, 1.241
- Next message: [wp-cvs] wordpress/wp-includes comment-functions.php, 1.22,
1.23 feed-functions.php, 1.1, 1.2 functions.php, 1.241, 1.242
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list