Changeset 2114 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 11/24/2009 10:05:01 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-templatetags.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r2092 r2114 314 314 $content = bp_activity_content_filter( $activities_template->activity->content, $activities_template->activity->date_recorded, $activities_template->full_name, true, false, false ); 315 315 316 /* Add 'the_content' filter to activity to allow existing plugins to replace text as they would on post text. (extra smilies etc) */317 $content = apply_filters( 'the_content', $content );318 319 316 return apply_filters( 'bp_get_activity_content', $content, $activities_template->activity->component_name, $activities_template->activity->component_action ); 320 317 } … … 488 485 else 489 486 unset($selected); 490 491 $component_name = attribute_escape( $component_name );492 487 493 488 $component_name = attribute_escape( $component_name ); … … 559 554 global $activities_template; 560 555 561 return apply_filters( 'bp_get_activity_feed_item_ title', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) );556 return apply_filters( 'bp_get_activity_feed_item_guid', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) ); 562 557 } 563 558
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)