Changeset 4753 for trunk/includes/core/capabilities.php
- Timestamp:
- 02/01/2013 11:23:55 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/capabilities.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/capabilities.php
r4601 r4753 327 327 * 328 328 * @since bbPress (r4290) 329 * @return WP_Roles The main $wp_roles global 329 330 */ 330 331 function bbp_add_forums_roles() { … … 336 337 $wp_roles->role_names[$role_id] = $details['name']; 337 338 } 339 340 return $wp_roles; 338 341 } 339 342
Note: See TracChangeset
for help on using the changeset viewer.