Ticket #22674: 22674.patch
File 22674.patch, 926 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/meta-boxes.php
277 277 echo "<a class='submitdelete deletion' href='" . get_delete_post_link( $post->ID ) . "'>" . __( 'Trash' ) . "</a>"; 278 278 } else { 279 279 $delete_ays = ! MEDIA_TRASH ? " onclick='return showNotice.warn();'" : ''; 280 echo "<a class='submitdelete deletion'$delete_ays href='" . get_delete_post_link( $post->ID, null, true ) . "' '>" . __( 'Delete Permanently' ) . "</a>";280 echo "<a class='submitdelete deletion'$delete_ays href='" . get_delete_post_link( $post->ID, null, true ) . "'>" . __( 'Delete Permanently' ) . "</a>"; 281 281 } 282 282 ?> 283 283 </div> … … 1116 1116 <a href="#" class="remove"><?php _e( 'Remove Featured Image' ); ?></a> 1117 1117 </div> 1118 1118 <?php 1119 } 1120 No newline at end of file 1119 }