Changeset 21323 for trunk/wp-admin/includes/class-wp-media-list-table.php
- Timestamp:
- 07/25/2012 04:18:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r21317 r21323 192 192 <th scope="row" class="check-column"> 193 193 <?php if ( $user_can_edit ) { ?> 194 <label for="cb-select-<?php the_ID(); ?>" class="screen-reader-text"><?php echo sprintf( __( 'Select %s' ), $att_title );?></label>194 <label class="screen-reader-text" for="cb-select-<?php the_ID(); ?>"><?php echo sprintf( __( 'Select %s' ), $att_title );?></label> 195 195 <input type="checkbox" name="media[]" id="cb-select-<?php the_ID(); ?>" value="<?php the_ID(); ?>" /> 196 196 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.