Make WordPress Core


Ignore:
Timestamp:
06/21/2008 02:18:00 PM (17 years ago)
Author:
hansengel
Message:

Actions dropdown box for Media page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/edit-attachment-rows.php

    r8121 r8154  
    4242    case 'cb':
    4343        ?>
    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>
    4545        <?php
    4646        break;
Note: See TracChangeset for help on using the changeset viewer.