Changeset 4353 for trunk/includes/topics/capabilities.php
- Timestamp:
- 11/07/2012 08:57:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/topics/capabilities.php
r4349 r4353 70 70 case 'read_topic' : 71 71 72 // User cannot participate72 // User cannot spectate 73 73 if ( ! user_can( $user_id, 'spectate' ) ) { 74 74 $caps = array( 'do_not_allow' );
Note: See TracChangeset
for help on using the changeset viewer.