diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-21 00:06:18 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-21 00:06:18 +0100 |
commit | ead45292e134fa03726912905ca1ca58ccb12fec (patch) | |
tree | 90f4dd002ee8f39da6e08c2c40a4174b1e526402 /include | |
parent | 9a2ef382679fb7f3cf3f87bc1abaf74835ea273b (diff) | |
download | volse-hubzilla-ead45292e134fa03726912905ca1ca58ccb12fec.tar.gz volse-hubzilla-ead45292e134fa03726912905ca1ca58ccb12fec.tar.bz2 volse-hubzilla-ead45292e134fa03726912905ca1ca58ccb12fec.zip |
some tabs title statuseditor restructuring
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 2518c0d4f..8e293d761 100755 --- a/include/items.php +++ b/include/items.php @@ -4823,4 +4823,4 @@ function comment_local_origin($item) { if(stripos($item['mid'],get_app()->get_hostname()) && ($item['parent'] != $item['id'])) return true; return false; -}
\ No newline at end of file +} |