Ticket #5726: hook1.diff
| File hook1.diff, 476 bytes (added by fitztrev, 5 years ago) |
|---|
-
wp-includes/category-template.php
374 374 if ( 'DESC' == $order ) 375 375 $counts = array_reverse( $counts, true ); 376 376 377 $counts = apply_filters( 'wp_tag_counts', $counts ); 378 377 379 $a = array(); 378 380 379 381 $rel = ( is_object($wp_rewrite) && $wp_rewrite->using_permalinks() ) ? ' rel="tag"' : '';
