- Timestamp:
- 08/24/2023 03:56:34 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r55971 r56449 175 175 176 176 ?> 177 <label class="label-covers-full-cell" for="cb-select-<?php echo $link->link_id; ?>"> 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; ?>"> 178 179 <span class="screen-reader-text"> 179 180 <?php … … 183 184 </span> 184 185 </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.