Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#24750 closed defect (bug) (worksforme)

Pagination control has disappeared for Users in Network Admin

Reported by: _ck_'s profile _ck_ Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.3
Component: Network Admin Keywords:
Focuses: multisite Cc:

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)

#1 @_ck_
11 years ago

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

// If the network is large and a search is not being performed, show only the latest users with no paging in order
// to avoid expensive count queries.

Worked fine for us in 3.5.3, will have to find a way to filter it back in.

#2 @DrewAPicture
11 years ago

  • Keywords 2nd-opinion close added
  • Version changed from trunk to 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.

Last edited 11 years ago by DrewAPicture (previous) (diff)

#3 @ocean90
11 years ago

  • Keywords 2nd-opinion close removed
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Maybe it's WordPress 3.5.3, but I'm not sure. :-)

Note: See TracTickets for help on using tickets.