Make WordPress Core


Ignore:
Timestamp:
08/21/2007 06:39:45 PM (19 years ago)
Author:
ryan
Message:

Some tag api additions from andy.

File:
1 edited

Legend:

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

    r5818 r5912  
    129129
    130130
    131         $tags = get_terms('post_tag');
     131        $tags = get_terms('post_tag', $args);
    132132
    133133        if ( empty($tags) )
Note: See TracChangeset for help on using the changeset viewer.