[buddypress-trac] [BuddyPress Trac] #6668: Strange characters on @username when using arabic
buddypress-trac
noreply at wordpress.org
Mon Oct 19 20:48:00 UTC 2015
#6668: Strange characters on @username when using arabic
--------------------------+------------------------------
Reporter: silu44 | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: Awaiting Review
Component: API | Version: 1.9
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+------------------------------
Changes (by r-a-y):
* keywords: => has-patch
* version: 2.3.3 => 1.9
Comment:
It looks like we need to run `urldecode()` on the mention name function.
I'm proposing we add the filter needed to make this work, and then a 3rd-
party plugin can run the `urldecode()` function on this filter:
`add_filter( 'bp_activity_get_user_mentionname', 'urldecode' );`
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6668#comment:6>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list