- Timestamp:
- 09/21/2016 08:39:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/forums/index.php
r11048 r11128 56 56 <form action="" method="post" id="forums-directory-form" class="dir-form"> 57 57 58 <div class="item-list-tabs" role="navigation">58 <div class="item-list-tabs" aria-label="<?php esc_attr_e( 'Forums directory main navigation', 'buddypress' ); ?>" role="navigation"> 59 59 <ul> 60 60 <li class="selected" id="forums-all"><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_forums_root_slug() ); ?>"><?php printf( __( 'All Topics %s', 'buddypress' ), '<span>' . bp_get_forum_topic_count() . '</span>' ); ?></a></li> … … 78 78 </div> 79 79 80 <div class="item-list-tabs" id="subnav" role="navigation">80 <div class="item-list-tabs" id="subnav" aria-label="<?php esc_attr_e( 'Forums secondary navigation', 'buddypress' ); ?>" role="navigation"> 81 81 <ul> 82 82
Note: See TracChangeset
for help on using the changeset viewer.