Opened 14 years ago
Closed 11 years ago
#17545 closed defect (bug) (fixed)
Pagination Broken on Network Admin > Edit Site > Themes
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Themes | Keywords: | has-patch |
Focuses: | administration, multisite | 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 (4)
Change History (15)
This ticket was mentioned in IRC in #wordpress-dev by nacin. View the logs.
11 years ago
#10
@
11 years ago
- Milestone changed from Future Release to 3.9
17545.4.diff is a refresh of @kawauso's patch against trunk.
This fixes the issue where entering a page number directly in the top right of the list tables for site-users.php
and site-themes.php
causes the page to reload. Things work in my testing.
Note: See
TracTickets for help on using
tickets.
Also affects
site-users.php
. Following patch adds request URI clean-up fromsite-themes.php
tosite-users.php
and paged query variable support for both.