Changeset 12105 for branches/3.0/src/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php
- Timestamp:
- 05/21/2018 01:01:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/buddypress/groups/single/parts/header-item-actions.php
r12082 r12105 11 11 <?php if ( bp_current_user_can( 'groups_access_group' ) ) : ?> 12 12 13 <h2 class="bp-screen-reader-text"><?php esc_html_e( ' Leadership', 'buddypress' ); ?></h2>13 <h2 class="bp-screen-reader-text"><?php esc_html_e( 'Group Leadership', 'buddypress' ); ?></h2> 14 14 15 15 <dl class="moderators-lists"> 16 <dt class="moderators-title"><?php _e( 'Group Admins', 'buddypress' ); ?></dt>16 <dt class="moderators-title"><?php esc_html_e( 'Group Administrators', 'buddypress' ); ?></dt> 17 17 <dd class="user-list admins"><?php bp_group_list_admins(); ?> 18 18 <?php bp_nouveau_group_hook( 'after', 'menu_admins' ); ?> … … 26 26 27 27 <dl class="moderators-lists"> 28 <dt class="moderators-title"><?php _e( 'Group Mods', 'buddypress' ); ?></dt>28 <dt class="moderators-title"><?php esc_html_e( 'Group Mods', 'buddypress' ); ?></dt> 29 29 <dd class="user-list moderators"> 30 30 <?php
Note: See TracChangeset
for help on using the changeset viewer.