I'm not sure this is just a bug or as designed however if run this query;
"History" links still shows on message area and get an error when click;
The following error occurred:
This content edit history has been removed.
After run that query and truncate all message history from database then, History links should be hidden or removed from messages. You can run the query and see its results directly on the messages.
Code:
truncate xf_edit_history;
"History" links still shows on message area and get an error when click;
The following error occurred:
This content edit history has been removed.
After run that query and truncate all message history from database then, History links should be hidden or removed from messages. You can run the query and see its results directly on the messages.