=== Editable Comments === Contributors: julienappert Tags:edit, comment, comments, edit comment, edit comments Requires at leat: 2.7 Tested up to:2.9 Stable tag:0.1 Allows users to edit their own comment. == Description == Allows users to edit their own comment. Add the following code in the comments.php file of your template, in the loop of the comments list (for example after comment_text() ) : The link will appear if : - logged user can edit current post, - user is the commenter (i.e. same IP) and time before edit expiration has not passed. == Installation == 1. Upload editable-comments directory to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. That's it ! == Screenshots == 1. editable comments backend 2. editable comments in action == Changelog == = 0.1 = * first release