Changeset 3397
- Timestamp:
- 08/08/2011 12:36:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-extend-buddypress.php
r3396 r3397 294 294 295 295 // Activity action & text 296 $activity_text = sprintf( __( '%1$s started the topic %2$s in the %3$s', 'bbpress' ), $user_link, $topic_link, $forum_link );297 $activity_action = apply_filters( 'bbp_activity_topic_create', $activity_text, $user_id, $topic_id, $forum_id );298 $activity_content = apply_filters( 'bbp_activity_topic_create_excerpt', bp_create_excerpt( $topic_content ), $topic_content );296 $activity_text = sprintf( __( '%1$s started the topic %2$s in the forum %3$s', 'bbpress' ), $user_link, $topic_link, $forum_link ); 297 $activity_action = apply_filters( 'bbp_activity_topic_create', $activity_text, $user_id, $topic_id, $forum_id ); 298 $activity_content = apply_filters( 'bbp_activity_topic_create_excerpt', bp_create_excerpt( $topic_content ), $topic_content ); 299 299 300 300 // Compile the activity stream results
Note: See TracChangeset
for help on using the changeset viewer.