Changeset 3460 for trunk/bp-themes/bp-default/members/single/profile.php
- Timestamp:
- 11/21/2010 12:55:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/profile.php
r3300 r3460 1 1 <?php if ( bp_is_my_profile() ) : ?> 2 <div class="item-list-tabs no-ajax" id="subnav" >2 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 3 3 <ul> 4 4 <?php bp_get_options_nav() ?> … … 9 9 <?php do_action( 'bp_before_profile_content' ) ?> 10 10 11 <div class="profile" >11 <div class="profile" role="main"> 12 12 <?php if ( 'edit' == bp_current_action() ) : ?> 13 13 <?php locate_template( array( 'members/single/profile/edit.php' ), true ) ?>
Note: See TracChangeset
for help on using the changeset viewer.