Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/30/2016 06:25:12 AM (9 years ago)
Author:
mercime
Message:

Add translator comments for screen reader text in bp-legacy files.

See #6951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/activity/post-form.php

    r10184 r10827  
    3434    <div id="whats-new-content">
    3535        <div id="whats-new-textarea">
    36             <label for="whats-new" class="bp-screen-reader-text"><?php _e( 'Post what\'s new', 'buddypress' ); ?></label>
     36            <label for="whats-new" class="bp-screen-reader-text"><?php
     37                /* translators: accessibility text */
     38                _e( 'Post what\'s new', 'buddypress' );
     39            ?></label>
    3740            <textarea class="bp-suggestions" name="whats-new" id="whats-new" cols="50" rows="10"
    3841                <?php if ( bp_is_group() ) : ?>data-suggestions-group-id="<?php echo esc_attr( (int) bp_get_current_group_id() ); ?>" <?php endif; ?>
     
    5154                    <?php _e( 'Post in', 'buddypress' ); ?>:
    5255
    53                     <label for="whats-new-post-in" class="bp-screen-reader-text"><?php _e( 'Post in', 'buddypress' ); ?></label>
     56                    <label for="whats-new-post-in" class="bp-screen-reader-text"><?php
     57                        /* translators: accessibility text */
     58                        _e( 'Post in', 'buddypress' );
     59                    ?></label>
    5460                    <select id="whats-new-post-in" name="whats-new-post-in">
    5561                        <option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ); ?></option>
Note: See TracChangeset for help on using the changeset viewer.