[wp-trac] Re: [WordPress Trac] #4969: Make wp_list_* functions all
behave similarly...
WordPress Trac
wp-trac at lists.automattic.com
Mon May 12 16:54:38 GMT 2008
#4969: Make wp_list_* functions all behave similarly...
---------------------------------------------------------+------------------
Reporter: pishmishy | Owner: pishmishy
Type: enhancement | Status: assigned
Priority: normal | Milestone: 2.6
Component: General | Version: 2.3
Severity: normal | Resolution:
Keywords: accessibility has-patch lists needs-testing |
---------------------------------------------------------+------------------
Comment (by pishmishy):
I've also noticed that wp_list_pages(),wp_list_bookmarks(),
wp_list_categories() have a title_li argument, but wp_get_archives needs
to be wrapped as:
{{{
<li><h2>Archives</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
}}}
Can I also make an argument for the functions to be consistent in this
fashion?
--
Ticket URL: <http://trac.wordpress.org/ticket/4969#comment:11>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list