Changeset 10200 for trunk/wp-includes/capabilities.php
- Timestamp:
- 12/12/2008 08:47:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r10150 r10200 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.