[wp-cvs] wordpress wp-atom.php,1.19,1.20

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Feb 12 07:39:33 GMT 2005


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

Modified Files:
	wp-atom.php 
Log Message:
More escaping - http://mosquito.wordpress.org/view.php?id=179

Index: wp-atom.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-atom.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** wp-atom.php	11 Feb 2005 06:42:06 -0000	1.19
--- wp-atom.php	12 Feb 2005 07:39:31 -0000	1.20
***************
*** 28,32 ****
  			<name><?php the_author() ?></name>
  		</author>
! 		<title><?php the_title_rss() ?></title>
  		<link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" />
  		<id><?php the_guid(); ?></id>
--- 28,32 ----
  			<name><?php the_author() ?></name>
  		</author>
! 		<title type="text/html" mode="escaped"><![CDATA[<?php the_title_rss() ?>]]></title>
  		<link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" />
  		<id><?php the_guid(); ?></id>



More information about the cvs mailing list