Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2010 12:32:11 PM (15 years ago)
Author:
apeatling
Message:

Fixing sidebar members and groups widget JS.

File:
1 edited

Legend:

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

    r2442 r2444  
    443443
    444444        /* Remove images */
    445         $parent_activity->content = preg_replace('/<img[^>]*>/Ui', '', $parent_activity->content );
     445        $parent_activity->content = preg_replace( '/<img[^>]*>/Ui', '', $parent_activity->content );
    446446
    447447        return apply_filters( 'bp_get_activity_parent_content', $parent_activity->content );
Note: See TracChangeset for help on using the changeset viewer.