Changeset 5404
- Timestamp:
- 06/15/2014 03:42:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r5378 r5404 1194 1194 1195 1195 // Check if the destination topic is older than the source topic 1196 if ( strtotime( $ source_topic->post_date ) < strtotime( $destination_topic->post_date ) ) {1196 if ( strtotime( $destination_topic->post_date ) < strtotime( $source_topic->post_date ) ) { 1197 1197 1198 1198 // Set destination topic post_date to 1 second before source topic … … 1296 1296 'post_type' => bbp_get_reply_post_type(), 1297 1297 'post_parent' => $destination_topic->ID, 1298 'menu_order' => bbp_get_reply_position_raw( $reply->ID, $destination_topic->ID ), 1298 1299 'guid' => '' 1299 1300 ) );
Note: See TracChangeset
for help on using the changeset viewer.