Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dcavins committed Jun 21, 2017
2 parents 78d5e3c + 0091c82 commit bdc1c51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<?php bp_nouveau_group_hook( '', 'invites_item' ); ?>

<?php bp_nouveau_groups_invite_buttons(); ?>
<?php bp_nouveau_groups_invite_buttons( array('container' => 'ul', 'button_element' => 'button' ) ); ?>
</div>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
</div><!-- #item-meta -->
<?php endif ; ?>

<?php bp_nouveau_member_header_buttons( array('container' => 'ul', 'button_element' => 'button', 'container_classes' => array('member-header-actions') ) ); ?>
<?php bp_nouveau_member_header_buttons( array('container_classes' => array('member-header-actions') ) ); ?>
</div><!-- #item-header-content -->

0 comments on commit bdc1c51

Please sign in to comment.