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

git-svn-id: https://develop.svn.wordpress.org/trunk@16228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-11-06 22:51:43 +00:00
parent 9edce664dc
commit e3026ae9ee
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 ?>>