Skip to:
Content

bbPress.org

Ticket #1508: 1508.001.diff

File 1508.001.diff, 526 bytes (added by cnorris23, 15 years ago)
  • bbp-admin/bbp-functions.php

     
    208208 * @return array An array of the status code and the message
    209209 */
    210210function bbp_recount_topic_hidden_replies() {
    211         global $wpdb;
     211        global $wpdb, $bbp;
    212212
    213213        $statement = __( 'Counting the number of spammed and trashed replies in each topic… %s', 'bbpress' );
    214214        $result    = __( 'Failed!', 'bbpress' );