[wp-trac] [WordPress Trac] #17394: Network Admin -> Sites -> Users not report correctly

WordPress Trac wp-trac at lists.automattic.com
Thu May 12 20:20:17 UTC 2011


#17394: Network Admin -> Sites -> Users not report correctly
---------------------------+----------------------
 Reporter:  whiteatom      |       Owner:
     Type:  defect (bug)   |      Status:  closed
 Priority:  normal         |   Milestone:
Component:  Network Admin  |     Version:  3.1.2
 Severity:  normal         |  Resolution:  invalid
 Keywords:                 |
---------------------------+----------------------
Changes (by scribu):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Awaiting Review =>


Comment:

 The query looks like this:

 {{{
 SELECT *
 FROM wp_users
 INNER JOIN wp_usermeta ON ( wp_users.ID = wp_usermeta.user_id )
 WHERE 1 =1
 AND (wp_usermeta.meta_key = 'wp_3_capabilities')
 }}}

 As you can see, roles have nothing to do with it.

 Instead, the events plugin probably isn't using the capabilities system at
 all. Nothing WP core can do about that.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17394#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list