We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430b064 commit eebf2eaCopy full SHA for eebf2ea
about.page
@@ -6,7 +6,7 @@ color: '#2a4b36'
6
author: Taufik Nurrohman
7
image: /lot/x/comment/index.png
8
type: Markdown
9
-version: 3.0.1
+version: 3.0.2
10
...
11
12
### Installation
index.php
@@ -751,7 +751,7 @@ function y__comments_pager(array $lot) {
751
]
752
];
753
}
754
- if ($part > 1) {
+ if ($part > $max) {
755
$out = [
756
0 => 'p',
757
1 => \i('No more %s to load.', ['comments']),
0 commit comments