There's an issue with saving Authors (Tag Attorney) on posts. The metaboxes and save functions are located in includes/meta-boxes.php (all custom, no plugin for fields/boxes). The attorneys are queried and generated as an array of checkboxes.
It seems to have trouble saving an empty array (i.e. after something gets checked, there's no way to remove all checked). There might also be a problem with it saving the "empty" starting point as some sort of empty array in post_meta, so empty author boxes are appearing on the sides of posts.
There's an issue with saving Authors (Tag Attorney) on posts. The metaboxes and save functions are located in
includes/meta-boxes.php(all custom, no plugin for fields/boxes). The attorneys are queried and generated as an array of checkboxes.It seems to have trouble saving an empty array (i.e. after something gets checked, there's no way to remove all checked). There might also be a problem with it saving the "empty" starting point as some sort of empty array in post_meta, so empty author boxes are appearing on the sides of posts.