Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/15/2009 09:53:13 PM (17 years ago)
Author:
apeatling
Message:

Added security filter on activity widget.

File:
1 edited

Legend:

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

    r1473 r1488  
    4747                <?php foreach( $activity['activities'] as $item ) : ?>
    4848                        <li class="<?php echo $item['component_name'] ?>">
    49                                 <?php echo apply_filters( 'bp_activity_content', bp_activity_content_filter( $item['content'], $item['date_recorded'], '', true, false, true ) ); ?>
     49                                <?php echo apply_filters( 'bp_get_activity_content', bp_activity_content_filter( $item['content'], $item['date_recorded'], '', true, false, true ) ); ?>
    5050                        </li>
    5151                <?php endforeach; ?>
Note: See TracChangeset for help on using the changeset viewer.