Skip to:
Content

bbPress.org

Changeset 6297


Ignore:
Timestamp:
02/21/2017 06:26:31 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Meta: Missed bbp_get_user_topic_count_int in r6296.

Props @thebrandonallen. See #3059.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/filters.php

    r6296 r6297  
    208208
    209209// Add absint filter to functions expecting absolute values
    210 add_filter( 'bbp_get_user_topic_count_int',         'intval', 10 );
     210add_filter( 'bbp_get_user_topic_count_int',         'absint', 10 );
    211211add_filter( 'bbp_get_user_reply_count_int',         'absint', 10 );
    212212add_filter( 'bbp_get_user_post_count_int',          'absint', 10 );
Note: See TracChangeset for help on using the changeset viewer.