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-update.php

    r2970 r2981  
    5757
    5858        // _bbp_total_voice_count
    59         $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->postmeta} SET meta_key = '_bbp_voice_count' WHERE meta_key = '_bbp_forum_voice_count'" ) );
    6059        $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->postmeta} SET meta_key = '_bbp_voice_count' WHERE meta_key = '_bbp_topic_voice_count'" ) );
    6160
Note: See TracChangeset for help on using the changeset viewer.