Changeset 12015 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/09/2009 09:02:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r12008 r12015 2159 2159 if ( $user_can ) { 2160 2160 if ( 'trash' == $the_comment_status ) { 2161 $actions['untrash'] = "<a href='$untrash_url' class='delete:the-comment-list:comment-$comment->comment_ID:ABF888:untrash=1 vim- t vim-destructive''>" . __( 'Restore' ) . '</a>';2161 $actions['untrash'] = "<a href='$untrash_url' class='delete:the-comment-list:comment-$comment->comment_ID:ABF888:untrash=1 vim-z vim-destructive'>" . __( 'Restore' ) . '</a>'; 2162 2162 $actions['delete'] = "<a href='$delete_url' class='delete:the-comment-list:comment-$comment->comment_ID::delete=1 delete vim-d vim-destructive'>" . __('Delete Permanently') . '</a>'; 2163 2163 } else {
Note: See TracChangeset
for help on using the changeset viewer.