diff options
author | redmatrix <git@macgirvin.com> | 2016-03-26 14:34:19 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-26 14:34:19 -0700 |
commit | d3f38c9f43665e1826c332d5afd3249666915fdf (patch) | |
tree | d5cd83e2e76397e013755327c5a670ce9a856cd2 /mod/manage.php | |
parent | 971e7321c65a8cb424fac3de34af9176275aac17 (diff) | |
parent | eeb1c463e37380c4dd7ac3fccf32d26e91a469ce (diff) | |
download | volse-hubzilla-d3f38c9f43665e1826c332d5afd3249666915fdf.tar.gz volse-hubzilla-d3f38c9f43665e1826c332d5afd3249666915fdf.tar.bz2 volse-hubzilla-d3f38c9f43665e1826c332d5afd3249666915fdf.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod/manage.php')
-rw-r--r-- | mod/manage.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/manage.php b/mod/manage.php index cb845befe..d769f0393 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -167,9 +167,7 @@ function manage_content(&$a) { '$intros_format' => t('%d new introductions'), '$channel_usage_message' => $channel_usage_message, '$delegated_desc' => t('Delegated Channel'), - '$delegates' => $delegates, - '$locs' => t('Manage locations') - + '$delegates' => $delegates )); return $o; |