[wp-cvs] wordpress/wp-content/themes/default single.php,1.2,1.3
Ryan Boren
rboren at users.sourceforge.net
Thu Jan 27 05:52:50 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-content/themes/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6621
Modified Files:
single.php
Log Message:
Fix comment feed link. Bug 645.
Index: single.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/single.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** single.php 24 Jan 2005 08:15:10 -0000 1.2
--- single.php 27 Jan 2005 05:52:48 -0000 1.3
***************
*** 27,32 ****
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>.
! You can follow any responses to this entry through the <a href="<?php bloginfo_rss('comments_rss2_url'); ?>">RSS 2.0</a>
! feed.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
--- 27,31 ----
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>.
! You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
More information about the cvs
mailing list