- Timestamp:
- 08/24/2023 04:12:01 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r56449 r56450 175 175 176 176 ?> 177 <input type="checkbox" name="linkcheck[]" id="cb-select-<?php echo $link->link_id; ?>" value="<?php echo esc_attr( $link->link_id ); ?>" /> 178 <label for="cb-select-<?php echo $link->link_id; ?>"> 177 <label class="label-covers-full-cell" for="cb-select-<?php echo $link->link_id; ?>"> 179 178 <span class="screen-reader-text"> 180 179 <?php … … 184 183 </span> 185 184 </label> 185 <input type="checkbox" name="linkcheck[]" id="cb-select-<?php echo $link->link_id; ?>" value="<?php echo esc_attr( $link->link_id ); ?>" /> 186 186 <?php 187 187 }
Note: See TracChangeset
for help on using the changeset viewer.