Changeset 2981 for branches/plugin/bbp-includes/bbp-topic-functions.php
- Timestamp:
- 04/03/2011 07:09:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r2976 r2981 747 747 * @uses bbp_update_forum_topic_count() To update the forum topic counts 748 748 * @uses bbp_update_forum_reply_count() To update the forum reply counts 749 * @uses bbp_update_forum_voice_count() To update the forum voice counts750 749 * @uses bbp_update_topic_reply_count() To update the topic reply counts 751 750 * @uses bbp_update_topic_voice_count() To update the topic voice counts … … 763 762 // Forum Reply Counts 764 763 bbp_update_forum_reply_count( $source_topic_forum_id ); 765 // bbp_update_forum_reply_count( $destination_topic_id );766 767 // Forum Voice Counts768 bbp_update_forum_voice_count( $source_topic_forum_id );769 bbp_update_forum_voice_count( $destination_topic_id );770 764 771 765 // Topic Reply Counts … … 963 957 * @uses bbp_update_forum_topic_count() To update the forum topic counts 964 958 * @uses bbp_update_forum_reply_count() To update the forum reply counts 965 * @uses bbp_update_forum_voice_count() To update the forum voice counts966 959 * @uses bbp_update_topic_reply_count() To update the topic reply counts 967 960 * @uses bbp_update_topic_voice_count() To update the topic voice counts … … 980 973 // bbp_update_forum_reply_count( $source_topic_id ); 981 974 bbp_update_forum_reply_count( $destination_topic_id ); 982 983 // Forum Voice Counts984 bbp_update_forum_voice_count( $source_topic_id );985 bbp_update_forum_voice_count( $destination_topic_id );986 975 987 976 // Topic Reply Counts
Note: See TracChangeset
for help on using the changeset viewer.