Remove lingering bit of get_tags cache
git-svn-id: http://svn.automattic.com/wordpress/trunk@6655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e5c94063b0
commit
6f7d120d5b
|
@ -132,8 +132,6 @@ function &get_tags($args = '') {
|
||||||
if ( empty($tags) )
|
if ( empty($tags) )
|
||||||
return array();
|
return array();
|
||||||
|
|
||||||
$cache[ $key ] = $tags;
|
|
||||||
|
|
||||||
$tags = apply_filters('get_tags', $tags, $args);
|
$tags = apply_filters('get_tags', $tags, $args);
|
||||||
return $tags;
|
return $tags;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue