Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r12221 r12162  
    102102        if ( !$is_trash )
    103103            $actions['view'] = '<a href="' . get_permalink($post->ID) . '" title="' . esc_attr(sprintf(__('View &#8220;%s&#8221;'), $title)) . '" rel="permalink">' . __('View') . '</a>';
    104         $actions = apply_filters( 'media_row_actions', $actions, $post );
    105104        $action_count = count($actions);
    106105        $i = 0;
     
    175174        } else {
    176175            ?>
    177             <td <?php echo $attributes ?>><?php _e('(Unattached)'); ?><br />
    178             <a class="hide-if-no-js" onclick="findPosts.open('media[]','<?php echo $post->ID ?>');return false;" href="#the-list"><?php _e('Attach'); ?></a></td>
     176            <td <?php echo $attributes ?>>&nbsp;</td>
    179177            <?php
    180178        }
Note: See TracChangeset for help on using the changeset viewer.