Skip to content

Commit

Permalink
Clear out action button args, action elements default to 'button' for…
Browse files Browse the repository at this point in the history
… these instances.
  • Loading branch information
hnla committed Jun 21, 2017
1 parent a6158f9 commit 54ca0d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<?php bp_nouveau_friend_hook( 'requests_item' ); ?>
</div>

<?php bp_nouveau_members_loop_buttons( array( 'button_element' => 'button' ) ); ?>
<?php bp_nouveau_members_loop_buttons(); ?>
</li>

<?php endwhile; ?>
Expand Down

0 comments on commit 54ca0d8

Please sign in to comment.