Fix #1214 add option to display the first page of comments by default

This commit is contained in:
Kijin Sung 2020-03-23 01:45:25 +09:00
parent 676781a83e
commit b8665d73cb
5 changed files with 26 additions and 1 deletions

View file

@ -7,6 +7,9 @@ $lang->trash = 'Recycle Bin';
$lang->cmd_trash = 'Move to Recycle Bin';
$lang->comment_count = 'Number of Comments per Page';
$lang->comment_page_count = 'Number of Pages';
$lang->comment_default_page = 'Default Page';
$lang->comment_default_page_first = 'First page';
$lang->comment_default_page_last = 'Last page';
$lang->about_comment_count = 'Set the number of comments to show on each page.';
$lang->about_comment_page_count = 'Set the number of pagination links to show at the bottom.';
$lang->msg_cart_is_null = 'Please select an article to delete.';