Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/30/2016 06:17:55 AM (9 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/create.php

    r11152 r11166  
    5454            <?php if ( bp_is_group_creation_step( 'group-details' ) ) : ?>
    5555
    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>
    5760
    5861                <?php
     
    9295            <?php if ( bp_is_group_creation_step( 'group-settings' ) ) : ?>
    9396
    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>
    95101
    96102                <?php
     
    215221            <?php if ( bp_is_group_creation_step( 'group-avatar' ) ) : ?>
    216222
    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>
    218227
    219228                <?php
     
    297306            <?php if ( bp_is_group_creation_step( 'group-cover-image' ) ) : ?>
    298307
    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>
    300312
    301313                <?php
     
    330342            <?php if ( bp_is_group_creation_step( 'group-invites' ) ) : ?>
    331343
    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>
    333348
    334349                <?php
Note: See TracChangeset for help on using the changeset viewer.