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/members/single/groups/invites.php

    r11129 r11166  
    1616<?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?>
    1717
    18     <h2 class="bp-screen-reader-text"><?php _e( 'Group invitations', 'buddypress' ); ?></h2>
     18    <h2 class="bp-screen-reader-text"><?php
     19        /* translators: accessibility text */
     20        _e( 'Group invitations', 'buddypress' );
     21    ?></h2>
    1922
    2023    <ul id="group-list" class="invites item-list">
Note: See TracChangeset for help on using the changeset viewer.