Quote:
Originally Posted by nerbert
If you don't want to mess with editing templates and template conditionals you could put a message right in the plugin.
Add some code like this at the bottom of the plugin
Code:
if($post['edited_by_mod'])
{
$post['edit_reason'] .= " To complain about this edit, post a thread in the Whine Pout and Complain forum";
}
|
Where would I put that, sorry?