Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/21/2016 08:49:01 AM (8 years ago)
Author:
mercime
Message:

Accessibility: Add headings for screen readers in template files.

See #7216.

File:
1 edited

Legend:

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

    r11128 r11129  
    108108        </div>
    109109
     110        <h2 class="bp-screen-reader-text"><?php _e( 'Groups directory', 'buddypress' ); ?></h2>
     111
    110112        <div id="groups-dir-list" class="groups dir-list">
    111113            <?php bp_get_template_part( 'groups/groups-loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.