This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Description
As has become a 'standard' in the Indieweb community, microformats2 properties use the name of the property prefixed by mf2.
That means 'semantic_linkbacks_avatar' should be changed to mf2_photo or a nested property of mf2_author->photo.
Type, as discussed, probably should be moved to the comment_type box. But otherwise, the relevant property... like-of, in-reply-to, etc. Which the new version of Semantic Linkbacks already stores.
'semantic_linkbacks_canonical' should move to mf2_url.
Backcompat can be achieved by adding a filter to get_comment_meta to retrieve the new property if someone asks for the old one and it isn't there.