Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/28/2013 03:02:42 AM (13 years ago)
Author:
boonebgorges
Message:

Introduces bp_before_directory_members_tabs action hook

This action provides a place for plugins and themes to insert content after
the member directory search box is rendered.

Fixes #4934

Props dontdream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/index.php

    r5889 r7118  
    2828
    2929                        </div><!-- #members-dir-search -->
     30
     31                        <?php do_action( 'bp_before_directory_members_tabs' ); ?>
    3032
    3133                        <div class="item-list-tabs" role="navigation">
Note: See TracChangeset for help on using the changeset viewer.