Changeset 6400 for trunk/src/includes/admin/topics.php
- Timestamp:
- 04/19/2017 08:58:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r6397 r6400 541 541 // Bail if not a post request 542 542 if ( ! bbp_is_post_request() ) { 543 return $topic_id; 544 } 545 546 // Check action exists 547 if ( empty( $_POST['action'] ) ) { 543 548 return $topic_id; 544 549 }
Note: See TracChangeset
for help on using the changeset viewer.