wp-post-meta-revisions
wp-post-meta-revisions copied to clipboard
Plugin assumes a field's name is the same as its meta key
The posted data is checked only against the meta key, which means that a plugin could not name a field something different and revision its post meta, e.g. <input name="my_plugin[my_meta_key]" />
. While I think that's a reasonable default, it should be possible to decouple field input names and meta keys.