Changeset 2767
- Timestamp:
- 01/07/2011 07:43:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-template.php
r2765 r2767 1544 1544 $topic = get_post( bbp_get_topic_id( (int) $id ) ); 1545 1545 1546 if ( empty( $topic ) || !current_user_can( ' edit_topic', $topic->ID ) )1546 if ( empty( $topic ) || !current_user_can( 'moderate', $topic->ID ) ) 1547 1547 return; 1548 1548
Note: See TracChangeset
for help on using the changeset viewer.