mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:10:11 +00:00
Several default features are now in the core
This commit is contained in:
parent
75398b96d5
commit
43079bfaf8
10 changed files with 48 additions and 88 deletions
|
@ -966,7 +966,7 @@ class HTML
|
|||
'$action_url' => $url,
|
||||
'$search_label' => L10n::t('Search'),
|
||||
'$save_label' => $save_label,
|
||||
'$savedsearch' => local_user() && Feature::isEnabled(local_user(), 'savedsearch'),
|
||||
'$savedsearch' => 'savedsearch',
|
||||
'$search_hint' => L10n::t('@name, !forum, #tags, content'),
|
||||
'$mode' => $mode
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue