Ticket #5039: 5039.01.patch
File 5039.01.patch, 1.4 KB (added by , 12 years ago) |
---|
-
bp-templates/bp-legacy/buddypress/members/single/profile.php
9 9 10 10 ?> 11 11 12 <?php if ( bp_is_my_profile() ) : ?> 13 14 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 15 <ul> 16 17 <?php bp_get_options_nav(); ?> 18 19 </ul> 20 </div><!-- .item-list-tabs --> 21 22 <?php endif; ?> 12 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 13 <ul> 14 <?php bp_get_options_nav(); ?> 15 </ul> 16 </div><!-- .item-list-tabs --> 23 17 24 18 <?php do_action( 'bp_before_profile_content' ); ?> 25 19 -
bp-themes/bp-default/members/single/profile.php
9 9 10 10 ?> 11 11 12 <?php if ( bp_is_my_profile() ) : ?> 13 14 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 15 <ul> 16 17 <?php bp_get_options_nav(); ?> 18 19 </ul> 20 </div><!-- .item-list-tabs --> 21 22 <?php endif; ?> 12 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 13 <ul> 14 <?php bp_get_options_nav(); ?> 15 </ul> 16 </div><!-- .item-list-tabs --> 23 17 24 18 <?php do_action( 'bp_before_profile_content' ); ?> 25 19