Hi all!
After I run an update to the latest WP version (2.2.1) I've got the following problem:
In my blog theme I call wp_list_bookmarks in the following way:
<?php wp_list_bookmarks('categorize=0&category=' & $link_cat->cat_id & '&show_images=0&show_description=0&title_li'); ?>
Until now, this call returned the category links as "li"-elements - without category title and surrounding "ul". After the update it seems that the option "categorize=0" is ignored - so I always got the category contents with title and surrounding "ul".
Does anybody else expect this problem - and has a workaround for me?
Regards,
ReneMT