Index: bp-themes/bp-default/members/single/plugins.php
===================================================================
--- bp-themes/bp-default/members/single/plugins.php
+++ bp-themes/bp-default/members/single/plugins.php
@@ -42,15 +42,14 @@
 
 				<?php do_action( 'bp_before_member_body' ); ?>
 
-				<div class="item-list-tabs no-ajax" id="subnav">
-					<ul>
-
-						<?php bp_get_options_nav(); ?>
-
-						<?php do_action( 'bp_member_plugin_options_nav' ); ?>
-
-					</ul>
-				</div><!-- .item-list-tabs -->
+				<?php if ( ! bp_is_current_component_core() ) : ?>
+					<div class="item-list-tabs no-ajax" id="subnav">
+						<ul>
+							<?php bp_get_options_nav(); ?>
+							<?php do_action( 'bp_member_plugin_options_nav' ); ?>
+						</ul>
+					</div><!-- .item-list-tabs -->
+				<?php endif; ?>
 
 				<h3><?php do_action( 'bp_template_title' ); ?></h3>
 
