Make WordPress Core


Ignore:
Timestamp:
09/16/2008 04:24:28 AM (18 years ago)
Author:
azaozz
Message:

Reattaching of orphan attachments and choose post/page ajaxed search box

File:
1 edited

Legend:

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

    r8895 r8901  
    6767    case 'cb':
    6868        ?>
    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>
    7070        <?php
    7171        break;
    7272
    7373    case 'icon':
    74         $attributes = 'class="post-title column-title"' . $style;
    75         ?>
    76         <td class="media-icon"><?php
     74        $attributes = 'class="column-icon media-icon"' . $style;
     75        ?>
     76        <td <?php echo $attributes ?>><?php
    7777            if ( $thumb = wp_get_attachment_image( $post->ID, array(80, 60), true ) ) {
    7878?>
     
    105105            echo "<span class='$action'>$link$sep</span>";
    106106        }
     107        ?></p></td>
     108        <?php
    107109        break;
    108110
Note: See TracChangeset for help on using the changeset viewer.