Ticket #21888: 21888.patch
| File 21888.patch, 579 bytes (added by , 14 years ago) |
|---|
-
wp-includes/taxonomy.php
1681 1681 * 1682 1682 * @param string $taxonomy Taxonomy name 1683 1683 * @param array|string $args Overwrite defaults. See get_terms() 1684 * @return int How many terms are in $taxonomy1684 * @return int|WP_Error How many terms are in $taxonomy. WP_Error if $taxonomy does not exist. 1685 1685 */ 1686 1686 function wp_count_terms( $taxonomy, $args = array() ) { 1687 1687 $defaults = array('hide_empty' => false);