[wp-cvs] wordpress wp-rdf.php,1.22,1.23

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Jan 31 04:22:04 GMT 2005


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21451

Modified Files:
	wp-rdf.php 
Log Message:
Moderation confirmation from Ryan, some other template and comment editing improvements.

Index: wp-rdf.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-rdf.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** wp-rdf.php	7 Jan 2005 22:01:58 -0000	1.22
--- wp-rdf.php	31 Jan 2005 04:22:01 -0000	1.23
***************
*** 44,48 ****
  	<link><?php permalink_single_rss() ?></link>
  	<dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', $post->post_date_gmt); ?></dc:date>
! 	<dc:creator><?php the_author() ?> (mailto:<?php the_author_email() ?>)</dc:creator>
  	<?php the_category_rss('rdf') ?>
  <?php if (get_settings('rss_use_excerpt')) : ?>
--- 44,48 ----
  	<link><?php permalink_single_rss() ?></link>
  	<dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', $post->post_date_gmt); ?></dc:date>
! 	<dc:creator><?php the_author() ?></dc:creator>
  	<?php the_category_rss('rdf') ?>
  <?php if (get_settings('rss_use_excerpt')) : ?>



More information about the cvs mailing list