Changeset 12289 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/28/2009 02:56:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r12287 r12289 2184 2184 $actions['spam'] = "<a href='$spam_url' class='delete:the-comment-list:comment-$comment->comment_ID::spam=1 vim-s vim-destructive' title='" . __( 'Mark this comment as spam' ) . "'>" . /* translators: mark as spam link */ _x( 'Spam', 'verb' ) . '</a>'; 2185 2185 } elseif ( 'spam' == $the_comment_status ) { 2186 $actions['unspam'] = "<a href='$untrash_url' class='delete:the-comment-list:comment-$comment->comment_ID: ABF888:unspam=1 vim-z vim-destructive'>" . __( 'Not Spam' ) . '</a>';2186 $actions['unspam'] = "<a href='$untrash_url' class='delete:the-comment-list:comment-$comment->comment_ID:66cc66:unspam=1 vim-z vim-destructive'>" . __( 'Not Spam' ) . '</a>'; 2187 2187 } elseif ( 'trash' == $the_comment_status ) { 2188 $actions['untrash'] = "<a href='$untrash_url' class='delete:the-comment-list:comment-$comment->comment_ID: ABF888:untrash=1 vim-z vim-destructive'>" . __( 'Restore' ) . '</a>';2188 $actions['untrash'] = "<a href='$untrash_url' class='delete:the-comment-list:comment-$comment->comment_ID:66cc66:untrash=1 vim-z vim-destructive'>" . __( 'Restore' ) . '</a>'; 2189 2189 } 2190 2190
Note: See TracChangeset
for help on using the changeset viewer.