Changeset 5850 for trunk/src/includes/admin/topics.php
- Timestamp:
- 07/15/2015 10:17:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r5829 r5850 316 316 $anonymous_data = bbp_filter_anonymous_post_data(); 317 317 $author_id = bbp_get_topic_author_id( $topic_id ); 318 $is_edit = ( bool) isset( $_POST['save']);318 $is_edit = ( isset( $_POST['hidden_post_status'] ) && ( $_POST['hidden_post_status'] !== 'draft' ) ); 319 319 320 320 // Formally update the topic
Note: See TracChangeset
for help on using the changeset viewer.