Changeset 8154 for branches/crazyhorse/wp-admin/edit-attachment-rows.php
- Timestamp:
- 06/21/2008 02:18:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/edit-attachment-rows.php
r8121 r8154 42 42 case 'cb': 43 43 ?> 44 <th scope="row" class="check-column"><input type="checkbox" name=" delete[]" value="<?php the_ID(); ?>" /></th>44 <th scope="row" class="check-column"><input type="checkbox" name="media[]" value="<?php the_ID(); ?>" /></th> 45 45 <?php 46 46 break;
Note: See TracChangeset
for help on using the changeset viewer.