Opened 18 years ago
Closed 18 years ago
#8219 closed enhancement (fixed)
Bundled themes need comment paging links at top of comment list as well as below
| Reported by: | markjaquith | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | Themes | Version: | 2.7 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The bundled themes should have comment paging links at the top of the list, as well as below. Because we redirect to the top of the list, that allows you to page through easily.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Will need to call get_comment_pages_count() with the comments array and proper args. If using paginate_links(), pass that count via 'total' in the args array.