Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
viruthagiri committed Nov 23, 2016
1 parent c00e1e1 commit 83fd68d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/bp-compliments-activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ function compliments_merge_filter( $filters, $context ){
}
add_filter('bp_get_activity_show_filters_options', 'compliments_merge_filter', 10, 2);

add_filter('compliments_format_activity_action_compliment_sent', 'bp_comp_add_compliment_received_content', 10, 2);
add_filter('compliments_format_activity_action_compliment_received', 'bp_comp_add_compliment_received_content', 10, 2);
function bp_comp_add_compliment_received_content($action, $activity) {

Expand Down

0 comments on commit 83fd68d

Please sign in to comment.