Ticket #8890: 8890.5.patch
| File 8890.5.patch, 623 bytes (added by , 3 years ago) |
|---|
-
classes/class-bp-messages-thread.php
984 984 * @param string $type The type of messages to get. Either 'all' or 'unread'. 985 985 * or 'read'. Defaults to 'all'. 986 986 * @return int Total thread count for the provided user. 987 * 988 * @global wpdb $wpdb WordPress database object. 987 989 */ 988 990 public static function get_total_threads_for_user( $user_id, $box = 'inbox', $type = 'all' ) { 989 991 global $wpdb;