Some tag api additions from andy.

git-svn-id: https://develop.svn.wordpress.org/trunk@5912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-08-21 18:39:45 +00:00
parent fd11034748
commit ece120b57f
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ function &get_tags($args = '') {
return apply_filters('get_tags', $cache[$key], $args);
$tags = get_terms('post_tag');
$tags = get_terms('post_tag', $args);
if ( empty($tags) )
return array();