Removes white space from wp_list_pages and wp_list_categories (nice for IE6).
This function removes whitespace from the list items outputted by wp_list_pages and wp_list_categories.
This white space can cause layout issues in IE6 and some other browsers.
Simply call wp_list_pages or wp_list_categories as usual:
To ensure there is no trailing white space around the first and last items, you should remove any white space between you
<
ul> tags and the PHP function:
Requires: 2.8 or higher
Compatible up to: 2.8.5
Last Updated: 2009-10-30
Downloads: 633




