[buddypress-trac] [BuddyPress] #4291: text box and some text in multi-line text box as url links
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Jun 22 15:07:47 UTC 2012
#4291: text box and some text in multi-line text box as url links
--------------------------+----------------------
Reporter: picomiles | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: XProfile | Version: 1.5.6
Severity: normal | Resolution: invalid
Keywords: |
--------------------------+----------------------
Changes (by boonebgorges):
* status: new => closed
* resolution: => invalid
* milestone: Awaiting Review =>
Comment:
This is not a bug. The auto-linking happens by design.
If you don't like it, you can remove it with a filter (in your theme's
functions.php):
{{{
remove_filter( 'bp_get_the_profile_field_value',
'xprofile_filter_link_profile_data', 9, 2 );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4291#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list