Changeset 6297
- Timestamp:
- 02/21/2017 06:26:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/filters.php
r6296 r6297 208 208 209 209 // Add absint filter to functions expecting absolute values 210 add_filter( 'bbp_get_user_topic_count_int', ' intval', 10 );210 add_filter( 'bbp_get_user_topic_count_int', 'absint', 10 ); 211 211 add_filter( 'bbp_get_user_reply_count_int', 'absint', 10 ); 212 212 add_filter( 'bbp_get_user_post_count_int', 'absint', 10 );
Note: See TracChangeset
for help on using the changeset viewer.