Skip to content

Commit

Permalink
Follow: Add CSS classes to match BuddyPress directory page.
Browse files Browse the repository at this point in the history
See #7.
  • Loading branch information
r-a-y committed Oct 28, 2015
1 parent b0b42c1 commit 6379359
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/hooks-buddypress-follow.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@ function cacsp_follow_add_follow_button_to_paper_loop() {
// Button time!
bp_follow_activity_button( array(
'leader_id' => cacsp_follow_get_activity_id( get_post()->ID ),
'wrapper_class' => 'paper-button',
'link_class' => '',
'wrapper' => 'div'
) );
}

Expand Down

0 comments on commit 6379359

Please sign in to comment.