Changeset 2494
- Timestamp:
- 01/31/2010 01:59:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r2492 r2494 291 291 extract( $r, EXTR_SKIP ); 292 292 293 $update = maybe_unserialize( $members_template->member->latest_update ); 293 if ( !$update = maybe_unserialize( $members_template->member->latest_update ) ) 294 return false; 295 294 296 $update_content = apply_filters( 'bp_get_activity_latest_update', strip_tags( bp_create_excerpt( $update['content'], $length ) ) ); 295 297
Note: See TracChangeset
for help on using the changeset viewer.