mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-27 03:02:53 +00:00
Remove lingering bit of get_tags cache
git-svn-id: https://develop.svn.wordpress.org/trunk@6655 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3b55c522d6
commit
548903b49d
@ -132,8 +132,6 @@ function &get_tags($args = '') {
|
||||
if ( empty($tags) )
|
||||
return array();
|
||||
|
||||
$cache[ $key ] = $tags;
|
||||
|
||||
$tags = apply_filters('get_tags', $tags, $args);
|
||||
return $tags;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user