Changeset 178055
- Timestamp:
- 11/30/2009 11:41:52 AM (16 years ago)
- Location:
- comment-change-status/trunk
- Files:
-
- 2 edited
-
comment-change-status-mail.php (modified) (1 diff)
-
comment-change-status.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-change-status/trunk/comment-change-status-mail.php
r178050 r178055 71 71 72 72 /* 30.11.2009 - Options to delete and mark to spam */ 73 $notify_message .= "\ t".sprintf( __('Delete it: %s', 'comment-change-status'), $comment_change_status__url . "/comment-change-status-check.php?action=deleteit&becid=".$comment_new_hash) . "\r\n";74 $notify_message .= "\t".sprintf( __('Spam it: %s', 'comment-change-status'), $comment_change_status__url . "/comment-change-status-check.php?action=spamit&becid=".$comment_new_hash) . "\r\n";73 $notify_message .= "\n\t".sprintf( __('Delete it: %s', 'comment-change-status'), $comment_change_status__url . "/comment-change-status-check.php?action=deleteit&becid=".$comment_new_hash) . "\r\n"; 74 if ( $comment_approved != 'spam' ) $notify_message .= "\n\t".sprintf( __('Spam it: %s', 'comment-change-status'), $comment_change_status__url . "/comment-change-status-check.php?action=spamit&becid=".$comment_new_hash) . "\r\n"; 75 75 76 76 if ( $notify_message ) { -
comment-change-status/trunk/comment-change-status.php
r178052 r178055 4 4 Plugin URI: http://taller.pequelia.es/plugins/comment-change-status/ 5 5 Description: Change comment status with one only click on e-mail 6 Version: 0.10. 06 Version: 0.10.1 7 7 Author: Alejandro Carravedo (Blogestudio) 8 8 Author URI: http://blogestudio.com/ … … 14 14 0.10.0 15 15 - Añadidas opciones en los correos para "Borrar" y "Marcar como SPAM" los comentarios. 16 0.10.1 17 - Separadas algo mas las opciones 18 - Solo muestra la opcion de "Marcar como SPAM" si el correo YA NO LO ES. 16 19 */ 17 20
Note: See TracChangeset
for help on using the changeset viewer.