Opened 2 years ago
Last modified 19 months ago
#17545 new defect (bug)
Pagination Broken on Network Admin > Edit Site > Themes
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Network Admin | Version: | 3.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Pagination is broken in network admin on pages such as https://example.com/wp-admin/network/site-themes.php?id=XXXXX
You can navigate through pages using the arrow buttons, but entering a page number just reloads the page you’re currently on.
Steps to reproduce:
- From network admin, "search sites"
- Edit site
- Click "themes" tab
- Enter any valid page number in the text field
- Hit enter
Attachments (2)
Change History (9)
comment:4
SergeyBiryukov
— 23 months ago
- Milestone changed from Awaiting Review to 3.3
Note: See
TracTickets for help on using
tickets.
Also affects site-users.php. Following patch adds request URI clean-up from site-themes.php to site-users.php and paged query variable support for both.