Created
September 28, 2012 09:02
-
-
Save anointed/3798762 to your computer and use it in GitHub Desktop.
buddypress page comments in activity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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