Changeset 4064
- Timestamp:
- 07/07/2012 12:50:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-caps.php
r3966 r4064 188 188 189 189 /** Publishing ********************************************************/ 190 190 191 191 case 'publish_forums' : 192 192 case 'publish_topics' : … … 444 444 $caps = array( 445 445 446 // Read 447 'read', 448 446 449 // Forum caps 447 450 'read_private_forums', … … 486 489 // bbPress Participant Role 487 490 case bbp_get_participant_role() : 488 491 489 492 // Any other role 490 493 default : 491 494 492 495 $caps = array( 496 497 // Read 498 'read', 493 499 494 500 // Forum caps … … 655 661 /** 656 662 * Can the current user see a specific UI element? 657 * 663 * 658 664 * Used when registering post-types and taxonomies to decide if 'show_ui' should 659 665 * be set to true or false. Also used for fine-grained control over which admin
Note: See TracChangeset
for help on using the changeset viewer.