Changeset 5393
- Timestamp:
- 06/12/2014 09:31:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r5392 r5393 1159 1159 1160 1160 // Setup the current ID and current post as an ancestor 1161 $id = $ancestors[] = $reply_to; 1161 $id = $reply_to; 1162 $ancestors = array( $reply_to ); 1162 1163 1163 1164 // Get parent reply
Note: See TracChangeset
for help on using the changeset viewer.