#2610 closed defect (bug) (fixed)
Displayed user data improvements
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 2.5.4 | Priority: | highest omg sweet tea |
Severity: | critical | Version: | 2.1 |
Component: | Component - Users | Keywords: | |
Cc: |
Description
When viewing or editing a user profile, certain user data is not prepped for display (either by WordPress or bbPress.) An assumption was made that WordPress's default filters would cover this for us via the sanitize_user_field()
function, however more investigation uncovered this is not the case, as most of these are sanitized only when is_admin()
is true.
The affected functions are:
bbp_displayed_user_field()
bbp_get_displayed_user_field()
Related to #1999. Patch incoming.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 5369: