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

    r2339 r3460  
    33<?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?>
    44
    5     <ul id="group-list" class="invites item-list">
     5    <ul id="group-list" class="invites item-list" role="main">
    66
    77        <?php while ( bp_groups() ) : bp_the_group(); ?>
     
    3131<?php else: ?>
    3232
    33     <div id="message" class="info">
     33    <div id="message" class="info" role="main">
    3434        <p><?php _e( 'You have no outstanding group invites.', 'buddypress' ) ?></p>
    3535    </div>
Note: See TracChangeset for help on using the changeset viewer.