Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/30/2016 06:25:12 AM (8 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/groups/create.php

    r10181 r10827  
    201201
    202202                        <p>
    203                             <label for="file" class="bp-screen-reader-text"><?php _e( 'Select an image', 'buddypress' ); ?></label>
     203                            <label for="file" class="bp-screen-reader-text"><?php
     204                                /* translators: accessibility text */
     205                                _e( 'Select an image', 'buddypress' );
     206                            ?></label>
    204207                            <input type="file" name="file" id="file" />
    205208                            <input type="submit" name="upload" id="upload" value="<?php esc_attr_e( 'Upload Image', 'buddypress' ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.