-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Describe the bug
On /wp-admin/admin.php?page=managesites I have 88 sites listed. The dropdown is set to "Show all entries". But if I click on the column header "PHP" in the table the table does not get sorted correctly.
And even weirder: If I filter for "PHP < 8.0" it shows only one site (although the Insights menu shows 27 on PHP 7.4)
To Reproduce
Steps to reproduce the behavior:
-
Go to /wp-admin/admin.php?page=managesites
-
Click on column header PHP in table
-
If you have different PHP version in the table, the sorting does not reflect that
-
Go to /wp-admin/admin.php?page=managesites
-
Click on Status dropdown and set it to "PHP < 8.0"
-
If you have different PHP version in the table, the filtering does not reflect that
Expected behavior
1: Sorting based on PHP version (descending or ascending, but not mixed anymore)
2: Only sites on PHP < 8.0 (in my case 27 on 7.4 should be seen and not only one)
Screenshots
Only 1 shows up if I filter for "PHP < 8.0":

Table is sorted by PHP version (active little arrow in header), but PHP version are still mixed up:

Desktop (please complete the following information):
- OS: macOS 13.7.6
- Browser Firefox 140.0.4
