Make WordPress Core

Changeset 2316 for trunk/xmlrpc.php


Ignore:
Timestamp:
02/14/2005 03:27:50 AM (21 years ago)
Author:
saxmatt
Message:

More efficient get_category_link - http://mosquito.wordpress.org/view.php?id=590

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r2188 r2316  
    765765          $struct['description'] = $cat['cat_name'];
    766766          $struct['categoryName'] = $cat['cat_name'];
    767           $struct['htmlUrl'] = wp_specialchars(get_category_link(false, $cat['cat_ID'], $cat['cat_name']));
     767          $struct['htmlUrl'] = wp_specialchars(get_category_link($cat['cat_ID']);
    768768          $struct['rssUrl'] = wp_specialchars(get_category_rss_link(false, $cat['cat_ID'], $cat['cat_name']));
    769769
Note: See TracChangeset for help on using the changeset viewer.