Changeset 6498 for trunk/src/includes/core/capabilities.php
- Timestamp:
- 06/08/2017 01:58:51 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/capabilities.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/capabilities.php
r6438 r6498 247 247 248 248 /** 249 * Get the available roles minus bbPress's dynamic roles249 * Get the available roles, minus the dynamic roles that come with bbPress 250 250 * 251 251 * @since 2.4.0 bbPress (r5064) … … 282 282 * @since 2.2.0 bbPress (r4290) 283 283 * 284 * @uses bbp_get_dynamic_roles() To get and add bbPress'sroles to $wp_roles284 * @uses bbp_get_dynamic_roles() To get and add forum roles to $wp_roles 285 285 * 286 286 * @param WP_Roles $wp_roles The array of WP_Role objects that was initialized
Note: See TracChangeset
for help on using the changeset viewer.