[wp-cvs] wordpress xmlrpc.php,1.41,1.42
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Feb 14 03:27:53 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15297
Modified Files:
xmlrpc.php
Log Message:
More efficient get_category_link - http://mosquito.wordpress.org/view.php?id=590
Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/xmlrpc.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** xmlrpc.php 1 Feb 2005 08:11:02 -0000 1.41
--- xmlrpc.php 14 Feb 2005 03:27:50 -0000 1.42
***************
*** 765,769 ****
$struct['description'] = $cat['cat_name'];
$struct['categoryName'] = $cat['cat_name'];
! $struct['htmlUrl'] = wp_specialchars(get_category_link(false, $cat['cat_ID'], $cat['cat_name']));
$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