Changes between Initial Version and Version 1 of Ticket #16356, comment 6
- Timestamp:
- 01/24/2011 04:38:38 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16356, comment 6
initial v1 5 5 - Go to network/users.php , enter a page number in the pagination input box and press enter. It simply redirects to page 1. 6 6 7 - WP_Users_List_Table and WP_MS_Users_List_Table doesn't set the proper pagination args when {{{$pagenum > $total_pages}}} . This is because total user count is not executed when no results are returned from the query. See the change I made in {{{wp-includes/user.php 8 }}}. 7 - WP_Users_List_Table and WP_MS_Users_List_Table doesn't set the proper pagination args when {{{$pagenum > $total_pages}}} . This is because total user count is not executed when no results are returned from the query. See the change I made in {{{wp-includes/user.php}}}. 9 8 10 9 Should all the redirection when {{{$pagenum > $total_pages}}} be centralized in WP_List_Table? We can put that logic inside {{{WP_List_Table->set_pagination_args()}}}.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)