This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Description
I have a CPT 'client' that when duplicated on site duplication has links with ml_type of client in the wp_multilingual_linked table, but that is then ignored in the UI. When re-creating the links they are created with ml_type of post which also makes them show up in the UI.
I had a quick look at the code and it seems that on duplicating the post type is taken from the *_posts table while later everything uses the default post if I got that right.
Maybe this is something that will be addressed with #171 Is the corresponding branch stable enough to be worth testing already? (Although looking at the lines referenced above I do not see any change)
Or did I get something completely wrong here?