Opened 19 years ago
Closed 18 years ago
#4017 closed defect (bug) (fixed)
paginate_links bug
| Reported by: | devil1591 | Owned by: | ryan |
|---|---|---|---|
| Priority: | high | Milestone: | 2.6 |
| Component: | Administration | Version: | 2.5.1 |
| Severity: | blocker | Keywords: | paginate_links |
| Cc: | Focuses: |
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
@
19 years ago
- Resolution fixed
- Status closed → reopened
still buggy on revision 5092
in wp-admin/users.php there are http://users.php/?userspage=2&usersearch links
#10
@
18 years ago
- Resolution fixed
- Status closed → 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?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related to #4001