Changeset 4304 for trunk/includes/core/capabilities.php
- Timestamp:
- 11/02/2012 07:30:00 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/capabilities.php
r4293 r4304 662 662 663 663 /** 664 * Removes the bbPress roles from the editable roles array 665 * 666 * @since bbPress (r4303) 667 * 668 * @param array $all_roles All registered roles 669 * @return array 670 */ 671 function bbp_filter_blog_editable_roles( $all_roles = array() ) { 672 return array_diff_assoc( $all_roles, bbp_get_editable_roles() ); 673 } 674 675 /** 664 676 * The keymaster role for bbPress users 665 677 *
Note: See TracChangeset
for help on using the changeset viewer.