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/groups/single/activity.php

    r3300 r3460  
    1 <div class="item-list-tabs no-ajax" id="subnav">
     1<div class="item-list-tabs no-ajax" id="subnav" role="navigation">
    22    <ul>
    33        <li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ) ?></a></li>
     
    3232<?php do_action( 'bp_before_group_activity_content' ) ?>
    3333
    34 <div class="activity single-group">
     34<div class="activity single-group" role="main">
    3535    <?php locate_template( array( 'activity/activity-loop.php' ), true ) ?>
    3636</div><!-- .activity.single-group -->
Note: See TracChangeset for help on using the changeset viewer.