[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


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) {



More information about the cvs mailing list