Trying to create a theme-specific wp_list_categories-function but I'm stuck "halfway"... :-/
I want to alter how the list is displayed, namely adding a <span></span> after each <li>-instance but I can't find where to alter it.
(I've simply copied the wp_list_categories from wp-inludes/category-template.php to themefolder/functions.php and renamed it and so far that is working as planned.)
Anyone who knows where I need to look?