Ticket #2354: template-tags-filter.diff
File template-tags-filter.diff, 438 bytes (added by , 11 years ago) |
---|
-
template-tags.php
1435 1435 'disable_categories' => $r['disable_categories'] 1436 1436 ); 1437 1437 1438 $post_arr = apply_filters( 'bbp_dropdown_filter_args', $post_arr ); 1439 1438 1440 $posts = get_posts( $post_arr ); 1439 1441 1440 1442 /** Drop Down *********************************************************/