Changes between Initial Version and Version 1 of Ticket #15627, comment 5
- Timestamp:
- 09/09/2012 11:16:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15627, comment 5
initial v1 1 {{{wpmu_create_user()}}} was deleting a user_meta key with no {{{$wpdb->prefix}}}, which is dynamic to boot. My patch delete the user_meta for capabilities with WP_User::cap_key as the key.1 {{{wpmu_create_user()}}} was deleting a user_meta key with no {{{$wpdb->prefix}}}, which is dynamic to boot. My patch deletes the user_meta for capabilities with WP_User::cap_key as the key. 2 2 3 3 Before: