Ticket #2481: 2481.001.patch
File 2481.001.patch, 583 bytes (added by , 14 years ago) |
---|
-
buddypress/bp-blogs.php
228 228 $action = apply_filters( 'bp_blogs_record_activity_action', $action ); 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. */ 234 234 $id = bp_activity_get_activity_id( array(