mirror of
https://github.com/friendica/friendica
synced 2025-04-24 08:30:11 +00:00
forumlist: use a more unique identifier
This commit is contained in:
parent
a67710bc7c
commit
dac6f39f41
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ function get_features() {
|
|||
'widgets' => array(
|
||||
t('Network Sidebar Widgets'),
|
||||
array('archives', t('Search by Date'), t('Ability to select posts by date ranges')),
|
||||
array('forumlist', t('List Forums'), t('Enable widget to display the forums your are connected with')),
|
||||
array('forumlist_widget', t('List Forums'), t('Enable widget to display the forums your are connected with')),
|
||||
array('groups', t('Group Filter'), t('Enable widget to display Network posts only from selected group')),
|
||||
array('networks', t('Network Filter'), t('Enable widget to display Network posts only from selected network')),
|
||||
array('savedsearch', t('Saved Searches'), t('Save search terms for re-use')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue