[wp-trac] [WordPress Trac] #25166: New users are automatically subscribed to the main blog
WordPress Trac
noreply at wordpress.org
Wed Aug 28 21:00:33 UTC 2013
#25166: New users are automatically subscribed to the main blog
--------------------------+------------------
Reporter: conner_bw | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.7
Component: Multisite | Version: 3.6
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------
Comment (by duck_):
I traced this to [23307] for #15627. AFAICT that change is invalid since
`delete_user_option()` will add `$wpdb->prefix` by default, so we went
from deleting `wp_capabilities` to `wp_wp_capabilities` (assuming the
default prefix).
I think we should revert and re-open that ticket. It seems to me that the
problem described in #15627 is about using `wp_insert_user()` and the
capabilities removal in `wpmu_create_user()` was working okay.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25166#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list