Editable Comments

Allows users to edit or delete their own comment.

Author:Julien Appert (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.5.2
Plugin version:0.3.3
Added to WordPress repository:27-12-2009
Last updated:21-02-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://julienappert.com/realisations/plugin-e...
Total downloads:8 215
Active installs:100+
plugin download
Click to start download

Allows users to edit or delete their own comment.

Add the following codes in the comments.php file of your template, in the loop of the comments list (for example after comment_text() ) :

<?php if ( class_exists( ‘WPEditableComments’ ) ) { WPEditableComments::edit(‘Edit’); } ?>

<?php if ( class_exists( ‘WPEditableComments’ ) ) { WPEditableComments::delete(‘Delete’); } ?>

The link will appear if :

  • logged user can edit current post,
  • user is the commenter (i.e. same IP) and time before edit or delete expiration has not passed.

Languages :

  • English (en_US)
  • Français (fr_FR)
  • Deutch (de_DE) : Marc
  • Italiano (it_IT) : Aldo Latino
  • Czech (cs_CZ) : Ajvngou
  • Spanish (es_ES) : Eduardo Larequi