Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created July 13, 2012 11:40
Show Gist options
  • Save paulgibbs/3104460 to your computer and use it in GitHub Desktop.
Save paulgibbs/3104460 to your computer and use it in GitHub Desktop.
Show page comments in BuddyPress' activity stream
<?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