Changeset 25695 for trunk/src/wp-includes/capabilities.php
- Timestamp:
- 10/06/2013 10:55:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r25673 r25695 194 194 if ( $this->use_db ) 195 195 update_option( $this->role_key, $this->roles ); 196 197 if ( get_option( 'default_role' ) == $role ) 198 update_option( 'default_role', 'subscriber' ); 196 199 } 197 200
Note: See TracChangeset
for help on using the changeset viewer.