Changeset 5338 for trunk/src/includes/topics/functions.php
- Timestamp:
- 04/04/2014 03:52:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r5310 r5338 1629 1629 // Get topic reply count for existing topic 1630 1630 case 'existing' : 1631 $reply_position = bbp_get_topic_reply_count( $destination_topic->ID );1631 $reply_position = bbp_get_topic_reply_count( $destination_topic->ID, true ); 1632 1632 break; 1633 1633
Note: See TracChangeset
for help on using the changeset viewer.