Opened 18 years ago
Closed 16 years ago
#4017 closed defect (bug) (fixed)
paginate_links bug
Reported by: | devil1591 | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.6 | Priority: | high |
Severity: | blocker | Version: | 2.5.1 |
Component: | Administration | Keywords: | paginate_links |
Focuses: | Cc: |
Description
On wp-admin/users.php when having more than 50 users,
paginate_links() function returns wrong url on the wp-admin/users.php, it returns http://users.php/?userspage=2&usersearch
good revision is 5036 for general-template.php, clean_url() was added instead of attribute_escape()
Attachments (1)
Change History (15)
#5
@
18 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
still buggy on revision 5092
in wp-admin/users.php there are http://users.php/?userspage=2&usersearch links
#10
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Seems like this issue returned with 2.5.1? There's an inquiry at the official german WP support forums, having the exactly same problem with 2.5.1...
I just testet it aswell, and got the same misbehaviour.
Can anyone confirm this?
Note: See
TracTickets for help on using
tickets.
Related to #4001