Make WordPress Core


Ignore:
Timestamp:
09/01/2007 04:43:27 AM (17 years ago)
Author:
ryan
Message:

get_tag() and get_tag_feed_link()

File:
1 edited

Legend:

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

    r5998 r6000  
    149149}
    150150
     151function &get_tag($tag, $output = OBJECT, $filter = 'raw') {
     152    return get_term($tag, 'post_tag', $output, $filter);
     153}
     154
    151155//
    152156// Cache
Note: See TracChangeset for help on using the changeset viewer.