Ticket #1508: 1508.001.diff
| File 1508.001.diff, 526 bytes (added by , 15 years ago) |
|---|
-
bbp-admin/bbp-functions.php
208 208 * @return array An array of the status code and the message 209 209 */ 210 210 function bbp_recount_topic_hidden_replies() { 211 global $wpdb ;211 global $wpdb, $bbp; 212 212 213 213 $statement = __( 'Counting the number of spammed and trashed replies in each topic… %s', 'bbpress' ); 214 214 $result = __( 'Failed!', 'bbpress' );