Das geht doch auch ohne
Plugin, z.B. in der single.php sowas einfügen wie
PHP-Code:
<?php
if( $post->post_date != $post->post_modified ) {
$last_modified = mysql2date( "d.m.Y", $post->post_modified );
echo "Letzte Änderung: $last_modified"; }
?>