Skip to:
Content

BuddyPress.org

Changeset 2722


Ignore:
Timestamp:
02/15/2010 11:01:36 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1951

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-filters.php

    r2685 r2722  
    6464/* Allow shortcodes in activity posts */
    6565add_filter( 'bp_get_activity_content', 'do_shortcode' );
     66add_filter( 'bp_get_activity_content_body', 'do_shortcode' );
    6667
    6768function bp_activity_filter_kses( $content ) {
Note: See TracChangeset for help on using the changeset viewer.