Make WordPress Core


Ignore:
Timestamp:
02/20/2008 09:29:27 AM (18 years ago)
Author:
ryan
Message:

Make checkbox column narrow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-post-rows.php

    r6864 r6936  
    3434    case 'cb':
    3535        ?>
    36         <th scope="row" style="text-align: center"><input type="checkbox" name="delete[]" value="<?php the_ID(); ?>" /></th>
     36        <th scope="row" class="check-column"><input type="checkbox" name="delete[]" value="<?php the_ID(); ?>" /></th>
    3737        <?php
    3838        break;
Note: See TracChangeset for help on using the changeset viewer.