Changeset 4353 for trunk/includes/replies/capabilities.php
- Timestamp:
- 11/07/2012 08:57:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/capabilities.php
r4349 r4353 52 52 case 'read_reply' : 53 53 54 // User cannot participate54 // User cannot spectate 55 55 if ( ! user_can( $user_id, 'spectate' ) ) { 56 56 $caps = array( 'do_not_allow' );
Note: See TracChangeset
for help on using the changeset viewer.