Changeset 4353 for trunk/includes/forums/capabilities.php
- Timestamp:
- 11/07/2012 08:57:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/forums/capabilities.php
r4349 r4353 63 63 case 'read_forum' : 64 64 65 // User cannot participate65 // User cannot spectate 66 66 if ( ! user_can( $user_id, 'spectate' ) ) { 67 67 $caps = array( 'do_not_allow' );
Note: See TracChangeset
for help on using the changeset viewer.