[wp-trac] [WordPress Trac] #20730: make function wp_list_categories rewritable for templates
WordPress Trac
wp-trac at lists.automattic.com
Tue May 22 17:34:02 UTC 2012
#20730: make function wp_list_categories rewritable for templates
-----------------------------+-----------------------------
Reporter: wpuser12584 | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Template | Version:
Severity: normal | Keywords:
-----------------------------+-----------------------------
Inserting
{{{
$list_categories_template = locate_template(array('listcategories.php'));
if ( '' != $list_categories_template ) {
require($list_categories_template);
return;
}
}}}
under
{{{
function wp_list_categories( $args = '' ) {
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20730>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list