get_tag() and get_tag_feed_link()

git-svn-id: https://develop.svn.wordpress.org/trunk@6000 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-09-01 04:43:27 +00:00
parent d5e3e96141
commit 963528d3cb
2 changed files with 31 additions and 1 deletions
+4
View File
@@ -148,6 +148,10 @@ function &get_tags($args = '') {
return $tags;
}
function &get_tag($tag, $output = OBJECT, $filter = 'raw') {
return get_term($tag, 'post_tag', $output, $filter);
}
//
// Cache
//