[wp-trac] [WordPress Trac] #18995: Superfluous check in WP_Users_List_Table::display_rows()

WordPress Trac wp-trac at lists.automattic.com
Wed Oct 19 01:21:11 UTC 2011


#18995: Superfluous check in WP_Users_List_Table::display_rows()
--------------------------+-----------------------------
 Reporter:  scribu        |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Users         |    Version:
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------------
 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

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18995>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list