WP_Media_List_Table: remove code for displaying old 'actions' column. See #14579

git-svn-id: http://svn.automattic.com/wordpress/trunk@16228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-11-06 22:51:43 +00:00
parent b5c613b364
commit de68225afc
1 changed files with 0 additions and 9 deletions

View File

@ -347,15 +347,6 @@ foreach ( $columns as $column_name => $column_display_name ) {
<?php
break;
case 'actions':
?>
<td <?php echo $attributes ?>>
<a href="media.php?action=edit&amp;attachment_id=<?php the_ID(); ?>" title="<?php echo esc_attr( sprintf( __( 'Edit &#8220;%s&#8221;' ), $att_title ) ); ?>"><?php _e( 'Edit' ); ?></a> |
<a href="<?php the_permalink(); ?>"><?php _e( 'Get permalink' ); ?></a>
</td>
<?php
break;
default:
?>
<td <?php echo $attributes ?>>