[wp-cvs] wordpress xmlrpc.php,1.42,1.43
Michel Valdrighi
michelvaldrighi at users.sourceforge.net
Tue Feb 15 10:04:32 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20331
Modified Files:
xmlrpc.php
Log Message:
fix parse error
Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/xmlrpc.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** xmlrpc.php 14 Feb 2005 03:27:50 -0000 1.42
--- xmlrpc.php 15 Feb 2005 10:04:29 -0000 1.43
***************
*** 765,769 ****
$struct['description'] = $cat['cat_name'];
$struct['categoryName'] = $cat['cat_name'];
! $struct['htmlUrl'] = wp_specialchars(get_category_link($cat['cat_ID']);
$struct['rssUrl'] = wp_specialchars(get_category_rss_link(false, $cat['cat_ID'], $cat['cat_name']));
--- 765,769 ----
$struct['description'] = $cat['cat_name'];
$struct['categoryName'] = $cat['cat_name'];
! $struct['htmlUrl'] = wp_specialchars(get_category_link($cat['cat_ID']));
$struct['rssUrl'] = wp_specialchars(get_category_rss_link(false, $cat['cat_ID'], $cat['cat_name']));
More information about the cvs
mailing list