Changeset 6032 for trunk/src/includes/replies/functions.php
- Timestamp:
- 05/25/2016 01:23:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6026 r6032 319 319 320 320 // If topic is closed, moderators can still reply 321 if ( bbp_is_topic_closed( $topic_id ) && ! current_user_can( 'moderate' ) ) {321 if ( bbp_is_topic_closed( $topic_id ) && ! current_user_can( 'moderate', $topic_id ) ) { 322 322 bbp_add_error( 'bbp_reply_topic_closed', __( '<strong>ERROR</strong>: Topic is closed.', 'bbpress' ) ); 323 323 }
Note: See TracChangeset
for help on using the changeset viewer.