Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/15/2013 12:23:34 AM (13 years ago)
Author:
boonebgorges
Message:

Reinstates 'bp_members_screen_display_profile' action for theme compat mode

This action hook, which is present in the legacy screen function, appears not
to have been included when the screen functions were migrated to theme compat.

Fixes #5001

Props mjustice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-screens.php

    r6994 r7068  
    308308                        if ( bp_is_active( 'activity' ) && bp_is_single_activity() )
    309309                                return;
     310
     311                        do_action( 'bp_members_screen_display_profile' );
    310312
    311313                        add_action( 'bp_template_include_reset_dummy_post_data', array( $this, 'single_dummy_post'    ) );
Note: See TracChangeset for help on using the changeset viewer.