mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 14:21:28 +00:00
add tag dropbox to tag editor
This commit is contained in:
@@ -3039,4 +3039,14 @@
|
||||
return $tags;
|
||||
}
|
||||
|
||||
function trim_value(&$value) {
|
||||
$value = trim($value);
|
||||
}
|
||||
|
||||
function trim_array($array) {
|
||||
$tmp = $array;
|
||||
array_walk($tmp, 'trim_value');
|
||||
return $tmp;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user