Ticket #12981: 12981.diff
File 12981.diff, 518 bytes (added by , 12 years ago) |
---|
-
wp-includes/category-template.php
429 429 if ( !isset( $r['pad_counts'] ) && $r['show_count'] && $r['hierarchical'] ) 430 430 $r['pad_counts'] = true; 431 431 432 if ( true == $r['hierarchical'] ) {432 if ( true == $r['hierarchical'] && empty( $r['exclude_tree'] ) ) { 433 433 $r['exclude_tree'] = $r['exclude']; 434 434 $r['exclude'] = ''; 435 435 }