Changeset 5338 for trunk/src/includes/replies/functions.php
- Timestamp:
- 04/04/2014 03:52:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r5301 r5338 1291 1291 1292 1292 // Bump the reply position 1293 $reply_position = bbp_get_topic_reply_count( $destination_topic->ID ) + 1;1293 $reply_position = bbp_get_topic_reply_count( $destination_topic->ID, true ) + 1; 1294 1294 1295 1295 // Update the reply
Note: See TracChangeset
for help on using the changeset viewer.