Ticket #22671: miqro-media-list.patch
| File miqro-media-list.patch, 862 bytes (added by , 13 years ago) |
|---|
-
wp-admin/includes/class-wp-media-list-table.php
416 416 $actions['delete'] = "<a class='submitdelete'$delete_ays href='" . wp_nonce_url( "post.php?action=delete&post=$post->ID", 'delete-post_' . $post->ID ) . "'>" . __( 'Delete Permanently' ) . "</a>"; 417 417 } 418 418 } 419 if ( !$this->is_trash ) {419 if ( !$this->is_trash and 'auto-draft' != get_post_status( $post ) ) { 420 420 $title =_draft_or_post_title( $post->post_parent ); 421 421 $actions['view'] = '<a href="' . get_permalink( $post->ID ) . '" title="' . esc_attr( sprintf( __( 'View “%s”' ), $title ) ) . '" rel="permalink">' . __( 'View' ) . '</a>'; 422 422 }