I like that this is now separate, but how do I add capabilities for the editor to be able to view this? It only is visible in the admin account. I could try adding:
$role_object = get_role( 'editor' );
$role_object->add_cap( 'edit_theme_options' );
…but that would defeat the purpose because it would show the menu I don’t want to share.
]]>