Changes between Initial Version and Version 1 of Ticket #15627, comment 5

Timestamp:
09/09/12 23:16:54 (8 months ago)
Author:
wonderboymusic
Comment:

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. 
    22 
    33Before: