Changeset 6400 for trunk/src/includes/admin/replies.php
- Timestamp:
- 04/19/2017 08:58:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/replies.php
r6398 r6400 425 425 } 426 426 427 // Current user cannot edit this reply427 // Bail if current user cannot edit this reply 428 428 if ( ! current_user_can( 'edit_reply', $reply_id ) ) { 429 429 return $reply_id;
Note: See TracChangeset
for help on using the changeset viewer.