Changeset 2806 for branches/plugin/bbp-includes/bbp-topic-functions.php
- Timestamp:
- 01/14/2011 07:22:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r2803 r2806 590 590 // Forum Topic Counts 591 591 bbp_update_forum_topic_count( $source_topic_forum_id ); 592 bbp_update_forum_topic_count( $destination_topic_id );592 // bbp_update_forum_topic_count( $destination_topic_id ); 593 593 594 594 // Forum Reply Counts 595 595 bbp_update_forum_reply_count( $source_topic_forum_id ); 596 bbp_update_forum_reply_count( $destination_topic_id );596 // bbp_update_forum_reply_count( $destination_topic_id ); 597 597 598 598 // Forum Voice Counts … … 808 808 809 809 // Forum Topic Counts 810 bbp_update_forum_topic_count( $source_topic_id );810 // bbp_update_forum_topic_count( $source_topic_id ); 811 811 bbp_update_forum_topic_count( $destination_topic_id ); 812 812 813 813 // Forum Reply Counts 814 bbp_update_forum_reply_count( $source_topic_id );814 // bbp_update_forum_reply_count( $source_topic_id ); 815 815 bbp_update_forum_reply_count( $destination_topic_id ); 816 816
Note: See TracChangeset
for help on using the changeset viewer.