- Timestamp:
- 09/30/2016 06:17:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/groups/invites.php
r11129 r11166 16 16 <?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?> 17 17 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> 19 22 20 23 <ul id="group-list" class="invites item-list">
Note: See TracChangeset
for help on using the changeset viewer.