Changeset 13883 for trunk/wp-includes/capabilities.php
- Timestamp:
- 03/29/2010 08:35:06 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r13827 r13883 699 699 global $wpdb; 700 700 $this->caps = array(); 701 update_user_meta( $this->ID, $this->cap_key, '');702 update_user_meta( $this->ID, $wpdb->prefix . 'user_level', '' );701 delete_user_meta( $this->ID, $this->cap_key ); 702 delete_user_meta( $this->ID, $wpdb->prefix . 'user_level' ); 703 703 $this->get_role_caps(); 704 704 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)