Opened 15 years ago
Closed 11 years ago
#18995 closed defect (bug) (wontfix)
Superfluous check in WP_Users_List_Table::display_rows()
| Reported by: | scribu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Users | Version: | 3.2.1 |
| Severity: | normal | Keywords: | has-patch needs-refresh |
| Cc: | Focuses: |
Description
Specifically, this one:
if ( is_multisite() && empty( $role ) )
continue;
It seems to have been a misguided attempt to fix something that should have been (and currently is) handled at the SQL level: #12711
Attachments (2)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Also note that single_row() is perfectly capable of handling a user without a role on the current blog (it just shows 'None' in the Role column).