Changes between Initial Version and Version 1 of Ticket #28334, comment 3
- Timestamp:
- 05/22/2014 06:13:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28334, comment 3
initial v1 1 1 Note your first change can never branch, because 1 < $current there always. 2 2 3 The condition 1 == $current is always correct for deciding whether to skip adding "?page=$n" to archive links. Maybe your bug is that thing about a blank last page of archives that happens sometimes, I forget why, maybe because of private posts??3 The condition `1 == $i` is correct for deciding whether to skip adding "?page=$i" to archive links. Maybe your bug is that thing about a blank last page of archives that happens sometimes, I forget why, maybe because of private posts??