Changeset 5378 for trunk/src/includes/topics/functions.php
- Timestamp:
- 06/06/2014 07:38:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r5338 r5378 1673 1673 1674 1674 // New topic from reply can't be a reply to 1675 if ( ( $from_reply->ID === $destination_topic->ID &&$from_reply->ID === $reply_to ) ) {1675 if ( ( $from_reply->ID === $destination_topic->ID ) && ( $from_reply->ID === $reply_to ) ) { 1676 1676 bbp_update_reply_to( $reply->ID, 0 ); 1677 1677 }
Note: See TracChangeset
for help on using the changeset viewer.