use new core functionalities where possible and deprecated old fallbacks
This commit is contained in:
parent
771faa7b55
commit
8dc924f7fe
6 changed files with 83 additions and 41 deletions
|
|
@ -8,7 +8,7 @@ $lang['discussion'] = 'Discussion';
|
|||
$lang['back_to_article'] = 'Back to article';
|
||||
$lang['userpage'] = 'User page';
|
||||
|
||||
/* accessibility headlines */
|
||||
/* accessibility headlines (deprecated and superseded by core since Adora Belle) */
|
||||
$lang['user_tools'] = 'User Tools';
|
||||
$lang['site_tools'] = 'Site Tools';
|
||||
$lang['page_tools'] = 'Page Tools';
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
$lang['tagline'] = 'Tagline';
|
||||
$lang['discussionPage'] = 'Discussion page (leave empty to disable discussions)';
|
||||
$lang['userPage'] = 'User page (leave empty to disable user pages)';
|
||||
$lang['sidebarID'] = 'page name of page included in sidebar';
|
||||
$lang['hideTools'] = 'Hide tools when not logged in?';
|
||||
$lang['tagline'] = 'Tagline (<strong>deprecated</strong>, use core "tagline" setting since Adora Belle)';
|
||||
$lang['sidebarID'] = 'page name of page included in sidebar (<strong>deprecated</strong>, use core "sidebar" setting since Adora Belle)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue