Changeset 6573 for trunk/src/includes/core/capabilities.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/capabilities.php
r6498 r6573 25 25 * 26 26 * @param string $role Optional. Defaults to The role to load caps for 27 * @uses apply_filters() Allow return value to be filtered28 27 * 29 28 * @return array Capabilities for $role … … 251 250 * @since 2.4.0 bbPress (r5064) 252 251 * 253 * @uses bbp_get_wp_roles() To load and get the $wp_roles global254 252 * @return array 255 253 */ … … 282 280 * @since 2.2.0 bbPress (r4290) 283 281 * 284 * @uses bbp_get_dynamic_roles() To get and add forum roles to $wp_roles285 *286 282 * @param WP_Roles $wp_roles The array of WP_Role objects that was initialized 287 283 * … … 435 431 * @since 2.2.0 bbPress (r4284) 436 432 * 437 * @uses apply_filters() Allow override of hardcoded keymaster role438 433 * @return string 439 434 */ … … 449 444 * @since 2.0.0 bbPress (r3410) 450 445 * 451 * @uses apply_filters() Allow override of hardcoded moderator role452 446 * @return string 453 447 */ … … 463 457 * @since 2.0.0 bbPress (r3410) 464 458 * 465 * @uses apply_filters() Allow override of hardcoded participant role466 459 * @return string 467 460 */ … … 477 470 * @since 2.1.0 bbPress (r3860) 478 471 * 479 * @uses apply_filters() Allow override of hardcoded spectator role480 472 * @return string 481 473 */ … … 491 483 * @since 2.2.0 bbPress (r4284) 492 484 * 493 * @uses apply_filters() Allow override of hardcoded blocked role494 485 * @return string 495 486 */
Note: See TracChangeset
for help on using the changeset viewer.