- Timestamp:
- 06/12/2016 09:12:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-list-table.php
r10712 r10882 261 261 public function column_cb( $signup_object = null ) { 262 262 ?> 263 <label class="screen-reader-text" for="signup_<?php echo intval( $signup_object->id ); ?>"><?php printf( esc_html__( 'Select user: %s', 'buddypress' ), $signup_object->user_login ); ?></label> 263 <label class="screen-reader-text" for="signup_<?php echo intval( $signup_object->id ); ?>"><?php 264 /* translators: accessibility text */ 265 printf( esc_html__( 'Select user: %s', 'buddypress' ), $signup_object->user_login ); 266 ?></label> 264 267 <input type="checkbox" id="signup_<?php echo intval( $signup_object->id ) ?>" name="allsignups[]" value="<?php echo esc_attr( $signup_object->id ) ?>" /> 265 268 <?php
Note: See TracChangeset
for help on using the changeset viewer.