Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/30/2016 06:17:55 AM (8 years ago)
Author:
mercime
Message:

Add translator comments for screen-reader headings.

See #7216.

File:
1 edited

Legend:

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

    r11137 r11166  
    108108        </div>
    109109
    110         <h2 class="bp-screen-reader-text"><?php _e( 'Groups directory', 'buddypress' ); ?></h2>
     110        <h2 class="bp-screen-reader-text"><?php
     111            /* translators: accessibility text */
     112            _e( 'Groups directory', 'buddypress' );
     113        ?></h2>
    111114
    112115        <div id="groups-dir-list" class="groups dir-list">
Note: See TracChangeset for help on using the changeset viewer.