Changes from trunk/wp-includes/capabilities.php at r10150 to branches/2.7/wp-includes/capabilities.php at r10201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/capabilities.php
r10150 r10201 534 534 $this->allcaps = array(); 535 535 foreach ( (array) $this->roles as $role ) { 536 $role = $wp_roles->get_role( $role );536 $role =& $wp_roles->get_role( $role ); 537 537 $this->allcaps = array_merge( $this->allcaps, $role->capabilities ); 538 538 }
Note: See TracChangeset
for help on using the changeset viewer.