Skip to content

Instantly share code, notes, and snippets.

@anointed
Created September 28, 2012 09:02
Show Gist options
  • Save anointed/3798762 to your computer and use it in GitHub Desktop.
Save anointed/3798762 to your computer and use it in GitHub Desktop.
buddypress page comments in activity
<?php
function tumble_addpagecomments() {
return array( 'page', 'post' );
}
add_filter( 'bp_blogs_record_comment_post_types', 'tumble_addpagecomments' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment