Make WordPress Core

Changeset 16228


Ignore:
Timestamp:
11/06/2010 10:51:43 PM (14 years ago)
Author:
scribu
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-media-list-table.php

    r16227 r16228  
    348348        break;
    349349
    350     case 'actions':
    351 ?>
    352         <td <?php echo $attributes ?>>
    353             <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> |
    354             <a href="<?php the_permalink(); ?>"><?php _e( 'Get permalink' ); ?></a>
    355         </td>
    356         <?php
    357         break;
    358 
    359350    default:
    360351?>
Note: See TracChangeset for help on using the changeset viewer.