#4935 closed defect (bug) (fixed)
Pagination is broken
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | blocker | Version: | 2.3 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
The links on (for example) the edit-comments.php are like:
edit-comments.php?apage=%25%23%25
The arguments to paginate_links were getting encoded by add_query_arg.
Attachments (1)
Change History (8)
#2
@
18 years ago
I think we should probably just forget about http_build_query
and use our compat function (which can have the urlencoding turned off). I'll give that a shot.
#4
@
18 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
$lsb
and friends are never actually used in this patch. Intentional, or should line 123 change?
Note: See
TracTickets for help on using
tickets.
This fixes it.