Advertisement
Guest User

Untitled

a guest
Jul 10th, 2012
2,579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. add_filter ( 'bp_blogs_record_post_post_types', 'activity_publish_custom_post_types' );
  2. function activity_publish_custom_post_types() {
  3. $media = array('videos', 'pictures');
  4. return $media;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement