mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user