Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/24/2008 04:00:42 PM (17 years ago)
Author:
apeatling
Message:
  • Fixed avatar upload validation bug when image upload field left blank
  • Fixed incorrect "your" wording on site wide activity widget
  • Fixed profile wire posting bug
  • Updated site wide members directory
File:
1 edited

Legend:

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

    r391 r436  
    3535            <?php foreach( $activity as $item ) : ?>
    3636                <li class="<?php echo $item['component_name'] ?>">
    37                     <?php echo bp_activity_content_filter( $item['content'], $item['date_recorded'], false );?>
     37                    <?php echo bp_activity_content_filter( $item['content'], $item['date_recorded'], '', true, false, true );?>
    3838                </li>
    3939            <?php endforeach; ?>
Note: See TracChangeset for help on using the changeset viewer.