Make WordPress Core


Ignore:
Timestamp:
09/21/2008 08:41:25 PM (16 years ago)
Author:
westi
Message:

Notice fixes see #7509 props DD32 and jacobsantos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r8782 r8944  
    716716        $cache[ $key ] = array();
    717717        wp_cache_set( 'get_terms', $cache, 'terms' );
    718         return apply_filters('get_terms', array(), $taxonomies, $args);
     718        $terms = apply_filters('get_terms', array(), $taxonomies, $args);
     719        return $terms;
    719720    }
    720721
Note: See TracChangeset for help on using the changeset viewer.