svivian/q2a-edit-history

On revisions-list: First entry is original post, better not display "Edited 2012-09-05 ..." notice

echteinfachtv opened this issue · 1 comments

... as this causes irritation. Better to display the first with "Original Post:".

I came across this when I modified qa-edh-revisions.php to display "edited by {username}".

Furthermore, the recent revision-list displays an edit date for the original post which is the same date as the date of the 1st revision.

In the foreach I had to store the username to display it for the next revision as the "first revision" is the original. That was a bit confusing but I understand that the original must go into the $revisions array as this necessary to use diff_string.

Please take a look at my modifications in the foreach($revisions as $rev) from line 87: https://github.com/echteinfachtv/q2a-edit-history/blob/master/qa-edh-revisions.php

Greetings,
Kai

Now fixed in latest revision, strings in language files.