[buddypress-trac] [BuddyPress] #4345: Certain BuddyPress Member Profile Data Getting Randomly Hyperlinked

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Jul 11 13:28:39 UTC 2012


#4345: Certain BuddyPress Member Profile Data Getting Randomly Hyperlinked
--------------------------+----------------------
 Reporter:  frank13       |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  XProfile      |     Version:  1.5.6
 Severity:  minor         |  Resolution:  invalid
 Keywords:                |
--------------------------+----------------------
Changes (by boonebgorges):

 * status:  new => closed
 * resolution:   => invalid
 * component:  Core => XProfile
 * severity:  major => minor
 * milestone:  Awaiting Review =>


Comment:

 This is a feature, not a bug. To remove it, put the following in your
 theme's functions.php, or your bp-custom.php file:

 {{{
 remove_filter( 'bp_get_the_profile_field_value',
 'xprofile_filter_link_profile_data', 9, 2 );
 }}}

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4345#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list