Skip to:
Content

BuddyPress.org


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

Add translator comments for screen reader text in component files.

See #6951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/bp-notifications-template.php

    r10817 r10828  
    10241024function bp_notifications_bulk_management_dropdown() {
    10251025    ?>
    1026     <label class="bp-screen-reader-text" for="notification-select"><?php _e( 'Select Bulk Action', 'buddypress' ); ?></label>
     1026    <label class="bp-screen-reader-text" for="notification-select"><?php
     1027        /* translators: accessibility text */
     1028        _e( 'Select Bulk Action', 'buddypress' );
     1029    ?></label>
    10271030    <select name="notification_bulk_action" id="notification-select">
    10281031        <option value="" selected="selected"><?php _e( 'Bulk Actions', 'buddypress' ); ?></option>
Note: See TracChangeset for help on using the changeset viewer.