Changes between Initial Version and Version 1 of Ticket #6668, comment 6
- Timestamp:
- 10/19/2015 08:53:56 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6668, comment 6
initial v1 4 4 5 5 `add_filter( 'bp_activity_get_user_mentionname', 'urldecode' );` 6 7 '''Edit:''' This will fix the mention name display, but we would probably need to fix `bp_activity_find_mentions()` so it checks url-encoded values as well.