Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/27/2015 08:11:13 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Templates: Remove redundant ARIA role="main" declarations from bp-legacy template parts.

These were carried over from bp-default and are no longer accurate in the context of theme compatibility, where the main parent/child theme is commonly responsible for this declaration.

Props mercime. Fixes #6456.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/create.php

    r9819 r9896  
    289289
    290290                        <?php /* The ID 'friend-list' is important for AJAX support. */ ?>
    291                         <ul id="friend-list" class="item-list" role="main">
     291                        <ul id="friend-list" class="item-list">
    292292
    293293                        <?php if ( bp_group_has_invites() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.