Changeset 8901 for trunk/wp-admin/edit-attachment-rows.php
- Timestamp:
- 09/16/2008 04:24:28 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-attachment-rows.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-attachment-rows.php
r8895 r8901 67 67 case 'cb': 68 68 ?> 69 <th scope="row" <?php echo $attributes ?>><input type="checkbox" name="media[]" value="<?php the_ID(); ?>" /></th>69 <th scope="row" class="check-column"><input type="checkbox" name="media[]" value="<?php the_ID(); ?>" /></th> 70 70 <?php 71 71 break; 72 72 73 73 case 'icon': 74 $attributes = 'class=" post-title column-title"' . $style;75 ?> 76 <td class="media-icon"><?php74 $attributes = 'class="column-icon media-icon"' . $style; 75 ?> 76 <td <?php echo $attributes ?>><?php 77 77 if ( $thumb = wp_get_attachment_image( $post->ID, array(80, 60), true ) ) { 78 78 ?> … … 105 105 echo "<span class='$action'>$link$sep</span>"; 106 106 } 107 ?></p></td> 108 <?php 107 109 break; 108 110
Note: See TracChangeset
for help on using the changeset viewer.