- Timestamp:
- 09/21/2016 08:39:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/index.php
r11048 r11128 54 54 do_action( 'template_notices' ); ?> 55 55 56 <div class="item-list-tabs" role="navigation">56 <div class="item-list-tabs" aria-label="<?php esc_attr_e( 'Groups directory main navigation' ); ?>"> 57 57 <ul> 58 58 <li class="selected" id="groups-all"><a href="<?php bp_groups_directory_permalink(); ?>"><?php printf( __( 'All Groups %s', 'buddypress' ), '<span>' . bp_get_total_group_count() . '</span>' ); ?></a></li> … … 74 74 </div><!-- .item-list-tabs --> 75 75 76 <div class="item-list-tabs" id="subnav" role="navigation">76 <div class="item-list-tabs" id="subnav" aria-label="<?php esc_attr_e( 'Groups directory secondary navigation', 'buddypress' ); ?>" role="navigation"> 77 77 <ul> 78 78 <?php
Note: See TracChangeset
for help on using the changeset viewer.