change Add Friends etc . . Header Action Buttons to li not Div
-
Hello,
I am trying to get the header action buttons inside the profile navigation area, which currently renders as li items inside of a ul
- <-- UL HERE -->
<?php bp_get_displayed_user_nav(); ?>
<?php/**
* Fires after the display of member options navigation.
*
* @since 1.2.4
*/
do_action( 'bp_member_options_nav' );
do_action( 'bp_member_header_actions' ); ?><-- END UL HERE -->
as you can see, but the problem is that the bp_member_header_actions output as div containers, i need to change these to li’s, but not sure how to do it, i have tried looking in the bp_friends_template which is where the content is outputted, though it has wrapper_id and wrapper_class it does not have a definiting of wrapper or wrapper_type or container.
Any advice?
- You must be logged in to reply to this topic.