Changeset 4937 for trunk/bp-themes/bp-default/_inc/ajax.php
- Timestamp:
- 08/06/2011 04:24:46 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/_inc/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/ajax.php
r4920 r4937 340 340 exit(); // todo: error? 341 341 342 // Activity content retrieved through AJAX should run through normal filters, but not be 343 // truncated 342 do_action_ref_array( 'bp_dtheme_get_single_activity_content', array( &$activity ) ); 343 344 // Activity content retrieved through AJAX should run through normal filters, but not be truncated 344 345 remove_filter( 'bp_get_activity_content_body', 'bp_activity_truncate_entry', 5 ); 345 346 $content = apply_filters( 'bp_get_activity_content_body', $activity->content ); 346 347 347 348 echo $content; 348 349 349 exit(); 350 350 }
Note: See TracChangeset
for help on using the changeset viewer.