mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user