Plugin Directory

Changeset 692839


Ignore:
Timestamp:
04/06/2013 08:11:56 PM (13 years ago)
Author:
antonchanning
Message:

Fix for BuddyPress Activity stream.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbpress2-shortcode-whitelist/trunk/class_bbpress-shortcode-whitelist.php

    r692556 r692839  
    3838            add_filter( 'bbp_get_reply_content', 'bbp_whitelist_do_shortcode' ); //adds safe shortcodes to forum posts
    3939            add_filter( 'bp_get_the_topic_post_content', 'bbp_whitelist_do_shortcode' ); //adds safe shortcodes to buddypress group forum posts
    40             add_filter( 'bp_get_activity_content_body', 'bbp_whitelist_do_shortcode' ); //adds safe shortcodes to buddypress activity (no longer works?)
     40            add_filter( 'bp_get_activity_content_body', 'bbp_whitelist_do_shortcode', 1 ); //adds safe shortcodes to buddypress activity (no longer works?)
    4141
    4242            if(class_exists('VipersVideoQuicktags')) {
Note: See TracChangeset for help on using the changeset viewer.