Make WordPress Core

Changeset 15107


Ignore:
Timestamp:
06/02/2010 02:02:54 PM (15 years ago)
Author:
ryan
Message:

Pass args to wp_list_categories filter. Props momo360modena. fixes #13682

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r14660 r15107  
    522522        $output .= '</ul></li>';
    523523
    524     $output = apply_filters( 'wp_list_categories', $output );
     524    $output = apply_filters( 'wp_list_categories', $output, $args );
    525525
    526526    if ( $echo )
Note: See TracChangeset for help on using the changeset viewer.