Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/06/2014 03:47:54 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Introduce bbp_sanitize_displayed_user_field() function to handle the sanitizing of displayed user data, and add it to the bbp_get_displayed_user_field filter. Props mazengamal. See #2610 (trunk).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/template.php

    r5188 r5369  
    157157
    158158        // Return empty
    159         return apply_filters( 'bbp_get_displayed_user_field', $value, $field );
     159        return apply_filters( 'bbp_get_displayed_user_field', $value, $field, $filter );
    160160    }
    161161
Note: See TracChangeset for help on using the changeset viewer.