Changeset 6032 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 05/25/2016 01:23:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r5951 r6032 495 495 496 496 // Only allow individual manipulation of reply forum if there is a mismatch 497 if ( ( $reply_forum_id !== $topic_forum_id ) && ( current_user_can( 'edit_others_replies' ) || current_user_can( 'moderate' ) ) ) : ?>497 if ( ( $reply_forum_id !== $topic_forum_id ) && ( current_user_can( 'edit_others_replies' ) || current_user_can( 'moderate', $post_id ) ) ) : ?> 498 498 499 499 <p>
Note: See TracChangeset
for help on using the changeset viewer.