Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/12/2016 09:12:49 PM (8 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-activity/classes/class-bp-activity-list-table.php

    r10828 r10882  
    498498     */
    499499    function column_cb( $item ) {
     500        /* translators: accessibility text */
    500501        printf( '<label class="screen-reader-text" for="aid-%1$d">' . __( 'Select activity item %1$d', 'buddypress' ) . '</label><input type="checkbox" name="aid[]" value="%1$d" id="aid-%1$d" />', $item['id'] );
    501502    }
Note: See TracChangeset for help on using the changeset viewer.