Update NativeWikiPage.php
This commit is contained in:
parent
732ce25d7f
commit
67a9dd8497
@ -556,7 +556,10 @@ class NativeWikiPage {
|
|||||||
'$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')
|
||||||
));
|
));
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -692,4 +695,4 @@ class NativeWikiPage {
|
|||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user