Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/21/2010 12:55:18 PM (15 years ago)
Author:
djpaul
Message:

Second pass of WAI ARIA landmark roles for BP templates. Fixes #748.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/profile.php

    r3300 r3460  
    11<?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">
    33        <ul>
    44            <?php bp_get_options_nav() ?>
     
    99<?php do_action( 'bp_before_profile_content' ) ?>
    1010
    11 <div class="profile">
     11<div class="profile" role="main">
    1212    <?php if ( 'edit' == bp_current_action() ) : ?>
    1313        <?php locate_template( array( 'members/single/profile/edit.php' ), true ) ?>
Note: See TracChangeset for help on using the changeset viewer.