mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify tag-related code
This commit is contained in:
@@ -396,12 +396,6 @@
|
||||
return uniqid(base_convert(rand(), 10, 36));
|
||||
}
|
||||
|
||||
function trim_array($array) {
|
||||
$tmp = $array;
|
||||
array_walk($tmp, 'trim');
|
||||
return $tmp;
|
||||
}
|
||||
|
||||
function T_sprintf() {
|
||||
$args = func_get_args();
|
||||
return vsprintf(__(array_shift($args)), $args);
|
||||
|
||||
Reference in New Issue
Block a user