[buddypress-trac] [BuddyPress Trac] #7466: Activity Content Filter Priority and Slashes

buddypress-trac noreply at wordpress.org
Tue Aug 1 13:21:08 UTC 2017


#7466: Activity Content Filter Priority and Slashes
--------------------------+-----------------------
 Reporter:  wilcosky      |       Owner:
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:
Component:  Core          |     Version:  2.8.0
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+-----------------------
Changes (by magland):

 * status:  closed => reopened
 * resolution:  invalid =>


Comment:

 I also had backslashes appearing in my activity stream.
 Adding the following to my bp-custom.php appears to solve the issue:

 {{{#!php
 <?php
 add_filter( 'bp_get_activity_content_body',          'stripslashes_deep',
 1 );
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7466#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list