Opened 14 years ago
Closed 14 years ago
#3146 closed defect (bug) (fixed)
XProfile Group Name / Description aren't stripslashed
Reported by: | calvin_42 | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.5 | |
Component: | Extended Profile | Keywords: | has-patch |
Cc: |
Description
The xprofile group name / description aren't stripslashed. I have modified the templatetag and the class method populate() since the admin page doesn't use a templatetag.
The behavior adopted is the same as for the field name / description
Patch is enclosed.
Attachments (1)
Change History (5)
#1
@
14 years ago
Which version of BuddyPress did you find this on, and on what screen(s) was the error?
#2
@
14 years ago
I am using BuddyPress 1.2.8.
You can see an \' instead of a single ' displayed on these pages :
- /wp-admin/admin.php?page=bp-profile-setup
- /members/{$user}/profile/edit/group/1
- /members/{$user}/profile/public/
Note: See
TracTickets for help on using
tickets.
Patch