Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/22/2011 03:44:21 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Add action before member body area of home.php

File:
1 edited

Legend:

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

    r3810 r3834  
    3636
    3737            <div id="item-body">
     38
    3839                <?php do_action( 'bp_before_member_body' );
    39 
     40               
    4041                if ( bp_is_user_activity() || !bp_current_component() ) :
    4142                    locate_template( array( 'members/single/activity.php' ), true );
Note: See TracChangeset for help on using the changeset viewer.