wp_comment_trashnotice

Definition:
function wp_comment_trashnotice() {}

Output ‘undo move to trash’ text for comments

Source code

function wp_comment_trashnotice() {

?>

<div class="hidden" id="trash-undo-holder">

	<div class="trash-undo-inside"><?php printf(__('Comment by %s moved to the trash.'), '<strong></strong>'); ?> <span class="undo untrash"><a href="#"><?php _e('Undo'); ?></a></span></div>

</div>

<div class="hidden" id="spam-undo-holder">

	<div class="spam-undo-inside"><?php printf(__('Comment by %s marked as spam.'), '<strong></strong>'); ?> <span class="undo unspam"><a href="#"><?php _e('Undo'); ?></a></span></div>

</div>

<?php

}

3485

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: