Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/03/2011 07:09:48 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove existing references to forum_voice_count functions. Fixes #1494.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-functions.php

    r2976 r2981  
    747747 * @uses bbp_update_forum_topic_count() To update the forum topic counts
    748748 * @uses bbp_update_forum_reply_count() To update the forum reply counts
    749  * @uses bbp_update_forum_voice_count() To update the forum voice counts
    750749 * @uses bbp_update_topic_reply_count() To update the topic reply counts
    751750 * @uses bbp_update_topic_voice_count() To update the topic voice counts
     
    763762    // Forum Reply Counts
    764763    bbp_update_forum_reply_count( $source_topic_forum_id );
    765     // bbp_update_forum_reply_count( $destination_topic_id  );
    766 
    767     // Forum Voice Counts
    768     bbp_update_forum_voice_count( $source_topic_forum_id );
    769     bbp_update_forum_voice_count( $destination_topic_id  );
    770764
    771765    // Topic Reply Counts
     
    963957 * @uses bbp_update_forum_topic_count() To update the forum topic counts
    964958 * @uses bbp_update_forum_reply_count() To update the forum reply counts
    965  * @uses bbp_update_forum_voice_count() To update the forum voice counts
    966959 * @uses bbp_update_topic_reply_count() To update the topic reply counts
    967960 * @uses bbp_update_topic_voice_count() To update the topic voice counts
     
    980973    // bbp_update_forum_reply_count( $source_topic_id      );
    981974    bbp_update_forum_reply_count( $destination_topic_id );
    982 
    983     // Forum Voice Counts
    984     bbp_update_forum_voice_count( $source_topic_id      );
    985     bbp_update_forum_voice_count( $destination_topic_id );
    986975
    987976    // Topic Reply Counts
Note: See TracChangeset for help on using the changeset viewer.