Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/12/2016 09:12:49 PM (9 years ago)
Author:
mercime
Message:

Add translator comments for screen reader text in admin.

Fixes #6951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-list-table.php

    r10776 r10882  
    429429     */
    430430    public function column_cb( $item = array() ) {
     431        /* translators: accessibility text */
    431432        printf( '<label class="screen-reader-text" for="gid-%1$d">' . __( 'Select group %1$d', 'buddypress' ) . '</label><input type="checkbox" name="gid[]" value="%1$d" id="gid-%1$d" />', $item['id'] );
    432433    }
Note: See TracChangeset for help on using the changeset viewer.