Skip to content

Commit

Permalink
Set members loop actions to ul/button in template.
Browse files Browse the repository at this point in the history
  • Loading branch information
hnla committed Jun 21, 2017
1 parent 54ca0d8 commit 0091c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</p><!-- #item-meta -->
<?php endif ; ?>

<?php bp_nouveau_members_loop_buttons( array( 'container' => 'ul', 'data-blah' => 'yep') ); ?>
<?php bp_nouveau_members_loop_buttons( array('container' => 'ul', 'button_element' => 'button' ) ); ?>

</div>

Expand Down

0 comments on commit 0091c82

Please sign in to comment.