- Timestamp:
- 09/30/2016 06:17:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/create.php
r11152 r11166 54 54 <?php if ( bp_is_group_creation_step( 'group-details' ) ) : ?> 55 55 56 <h2 class="bp-screen-reader-text"><?php _e( 'Group Details', 'buddypress' ); ?></h2> 56 <h2 class="bp-screen-reader-text"><?php 57 /* translators: accessibility text */ 58 _e( 'Group Details', 'buddypress' ); 59 ?></h2> 57 60 58 61 <?php … … 92 95 <?php if ( bp_is_group_creation_step( 'group-settings' ) ) : ?> 93 96 94 <h2 class="bp-screen-reader-text"><?php _e( 'Group Settings', 'buddypress' ); ?></h2> 97 <h2 class="bp-screen-reader-text"><?php 98 /* translators: accessibility text */ 99 _e( 'Group Settings', 'buddypress' ); 100 ?></h2> 95 101 96 102 <?php … … 215 221 <?php if ( bp_is_group_creation_step( 'group-avatar' ) ) : ?> 216 222 217 <h2 class="bp-screen-reader-text"><?php _e( 'Group Avatar', 'buddypress' ); ?></h2> 223 <h2 class="bp-screen-reader-text"><?php 224 /* translators: accessibility text */ 225 _e( 'Group Avatar', 'buddypress' ); 226 ?></h2> 218 227 219 228 <?php … … 297 306 <?php if ( bp_is_group_creation_step( 'group-cover-image' ) ) : ?> 298 307 299 <h2 class="bp-screen-reader-text"><?php _e( 'Cover Image', 'buddypress' ); ?></h2> 308 <h2 class="bp-screen-reader-text"><?php 309 /* translators: accessibility text */ 310 _e( 'Cover Image', 'buddypress' ); 311 ?></h2> 300 312 301 313 <?php … … 330 342 <?php if ( bp_is_group_creation_step( 'group-invites' ) ) : ?> 331 343 332 <h2 class="bp-screen-reader-text"><?php _e( 'Group Invites', 'buddypress' ); ?></h2> 344 <h2 class="bp-screen-reader-text"><?php 345 /* translators: accessibility text */ 346 _e( 'Group Invites', 'buddypress' ); 347 ?></h2> 333 348 334 349 <?php
Note: See TracChangeset
for help on using the changeset viewer.