Opened 13 years ago
Closed 13 years ago
#24750 closed defect (bug) (worksforme)
Pagination control has disappeared for Users in Network Admin
| Reported by: | _ck_ | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Network Admin | Version: | 3.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | multisite |
Description
Wordpress 3.6 rc1 the pagination control for users has disappeared in Network Admin ("large site" mode)
Worked in 3.5.3
Cannot easily track down the point where the pagination is inserted because of how complex the code base has become but perhaps someone more familiar with 3.6 will know right away.
I can jump to any page manually with ?paged=123 on the url
Change History (3)
#2
@
13 years ago
- Keywords 2nd-opinion close added
- Version trunk → 3.3
wp_is_large_network() replaced get_blog_count() >= 10000 in 3.3 in [18871], so I'm not sure how it worked in *3.5.2 unless you
a) Had fewer than 10,000 users and you now don't
b) Were using the wp_is_large_network filter to override the limitation and now aren't.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Oh duh, it's right in the 3.6 source, this is different from 3.5, very annoying
class-wp-ms-users-list-table.php
Worked fine for us in 3.5.3, will have to find a way to filter it back in.