Created
July 13, 2012 11:40
-
-
Save paulgibbs/3104460 to your computer and use it in GitHub Desktop.
Show page comments in BuddyPress' activity stream
This file contains hidden or 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 | |
/* | |
Plugin Name: Plugin Name | |
Plugin URI: http://example.com/ | |
Description: Description | |
Version: 0.1 | |
Author: Your Name | |
Author URI: http://example.com/ | |
*/ | |
function omg_tammie() { | |
return array( 'page', 'post' ); | |
} | |
add_filter( 'bp_blogs_record_comment_post_types', 'omg_tammie' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment