Opened 12 months ago
Last modified 12 months ago
#20730 new feature request
make function wp_list_categories rewritable for templates (File: category-template.php)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Template | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Inserting
$list_categories_template = locate_template(array('listcategories.php'));
if ( '' != $list_categories_template ) {
require($list_categories_template);
return;
}
under
function wp_list_categories( $args = '' ) {
Change History (1)
comment:1
wpuser12584 — 12 months ago
- Summary changed from make function wp_list_categories rewritable for templates to make function wp_list_categories rewritable for templates (File: category-template.php)
Note: See
TracTickets for help on using
tickets.
