diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 2cae7f695a..3a658b9ace 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -910,16 +910,10 @@ class WP_List_Table { $disable_first = true; $disable_prev = true; } - if ( 2 == $current ) { - $disable_first = true; - } if ( $total_pages == $current ) { $disable_last = true; $disable_next = true; } - if ( $total_pages - 1 == $current ) { - $disable_last = true; - } if ( $disable_first ) { $page_links[] = ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index feaa228c21..38e0c359da 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51879'; +$wp_version = '5.9-alpha-51880'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.