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:
parent
b5c613b364
commit
de68225afc
|
@ -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&attachment_id=<?php the_ID(); ?>" title="<?php echo esc_attr( sprintf( __( 'Edit “%s”' ), $att_title ) ); ?>"><?php _e( 'Edit' ); ?></a> |
|
||||
<a href="<?php the_permalink(); ?>"><?php _e( 'Get permalink' ); ?></a>
|
||||
</td>
|
||||
<?php
|
||||
break;
|
||||
|
||||
default:
|
||||
?>
|
||||
<td <?php echo $attributes ?>>
|
||||
|
|
Loading…
Reference in New Issue