Ticket #40696: 40696.diff
File 40696.diff, 497 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/taxonomy.php
diff --git src/wp-includes/taxonomy.php src/wp-includes/taxonomy.php index 370cb46ad5..30ab45c351 100644
function wp_count_terms( $taxonomy, $args = array() ) { 1702 1702 } 1703 1703 1704 1704 $args['fields'] = 'count'; 1705 1706 $args = apply_filters( 'wp_modify_count_terms' , $args , $taxonomy ); 1705 1707 1706 1708 return get_terms( $args ); 1707 1709 } … … function wp_check_term_meta_support_prefilter( $check ) { 4645 4647 4646 4648 return $check; 4647 4649 } 4650