Changeset 6192
- Timestamp:
- 12/28/2016 04:33:01 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r6191 r6192 1871 1871 WHERE post_type = %s 1872 1872 AND post_status = %s 1873 AND post_author = %d" 1874 ), bbp_get_topic_post_type(), bbp_get_closed_status_id(), $user_id ); 1873 AND post_author = %d", 1874 bbp_get_topic_post_type(), 1875 bbp_get_closed_status_id(), 1876 $user_id 1877 ) ); 1875 1878 1876 1879 return (int) apply_filters( 'bbp_get_user_closed_topic_count', $count, $user_id );
Note: See TracChangeset
for help on using the changeset viewer.