__( 'Mentions', YOUR_TEXTDOMAIN ), 'slug' => MENTIONS_BP_COMPONENT_SLUG, 'screen_function' => array( &$this, 'tab_template' ), ) ); } function tab_template() { add_action( 'bp_template_content', array( &$this, 'tab_content' ) ); bp_core_load_template( 'members/single/plugins' ); } function tab_content() { ?>