Make WordPress Core

Ticket #21888: 21888.patch

File 21888.patch, 579 bytes (added by SergeyBiryukov, 14 years ago)
  • wp-includes/taxonomy.php

     
    16811681 *
    16821682 * @param string $taxonomy Taxonomy name
    16831683 * @param array|string $args Overwrite defaults. See get_terms()
    1684  * @return int How many terms are in $taxonomy
     1684 * @return int|WP_Error How many terms are in $taxonomy. WP_Error if $taxonomy does not exist.
    16851685 */
    16861686function wp_count_terms( $taxonomy, $args = array() ) {
    16871687        $defaults = array('hide_empty' => false);