Changeset 5850 for trunk/src/includes/admin/replies.php
- Timestamp:
- 07/15/2015 10:17:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/replies.php
r5842 r5850 322 322 $anonymous_data = bbp_filter_anonymous_post_data(); 323 323 $author_id = bbp_get_reply_author_id( $reply_id ); 324 $is_edit = ( bool) isset( $_POST['save']);324 $is_edit = ( isset( $_POST['hidden_post_status'] ) && ( $_POST['hidden_post_status'] !== 'draft' ) ); 325 325 326 326 // Formally update the reply
Note: See TracChangeset
for help on using the changeset viewer.