Advertisement
Guest User

r-a-y

a guest
Aug 10th, 2010
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function my_bp_blogs_record_activity_content( $bp_excerpt, $content ) {
  2. return $content;
  3. }
  4. add_filter( 'bp_blogs_record_activity_content', 'my_bp_blogs_record_activity_content', 1, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement