Make WordPress Core

Changeset 2349


Ignore:
Timestamp:
02/15/2005 10:04:29 AM (20 years ago)
Author:
michelvaldrighi
Message:

fix parse error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r2316 r2349  
    765765          $struct['description'] = $cat['cat_name'];
    766766          $struct['categoryName'] = $cat['cat_name'];
    767           $struct['htmlUrl'] = wp_specialchars(get_category_link($cat['cat_ID']);
     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.