Changeset 3132
- Timestamp:
- 07/19/2010 02:53:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-blogs.php
r3123 r3132 229 229 230 230 if ( !empty( $content ) ) 231 $content = apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ) );231 $content = apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ), $content ); 232 232 233 233 /* Check for an existing entry and update if one exists. */
Note: See TracChangeset
for help on using the changeset viewer.