A couple of points:
1) The delete function LEAVES the tracking notice in your tracking folder. How can that be removed at the same time? (After all, you don't need the tracking notice anymore).
2) You create the following phrase:
Phrase Type: Private Messaging
Varname: was_deleted
Text: You deleted it!
but in your EVAL statement, you use:
eval(print_standard_redirect('deleted_private_mess ages_successfully'));
Thus never referencing that phrase....
|