Update Wiki_page_history.php
This commit is contained in:
parent
308dda1587
commit
88ebcb56e7
@ -20,7 +20,10 @@ class Wiki_page_history {
|
|||||||
'$pageHistory' => $pageHistory['history'],
|
'$pageHistory' => $pageHistory['history'],
|
||||||
'$permsWrite' => $arr['permsWrite'],
|
'$permsWrite' => $arr['permsWrite'],
|
||||||
'$name_lbl' => t('Name'),
|
'$name_lbl' => t('Name'),
|
||||||
'$msg_label' => t('Message','wiki_history')
|
'$msg_label' => t('Message','wiki_history'),
|
||||||
|
'$date_lbl' => t('Date'),
|
||||||
|
'$revert_btn' => t('Revert'),
|
||||||
|
'$compare_btn' => t('Compare')
|
||||||
));
|
));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user