You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested this in WordPress 4.2-RC1 and WP Stream does save the new object_id when term splitting occurs, which is the correct behavior. However, previous records for the term that was split won't have the correct object_id.
We can remedy this by using wp_get_split_term() function which accepts the old term ID and taxonomy as parameters and returns the new term ID. And the only thing that needs it is taxonomy Action Links.
It was recently announced that WordPress 4.2 will include a long-awaited fix for terms that share the same slug across multiple taxonomies.
We need to determine what changes will be necessary for WP Stream (if any) to ensure full backwards compatibility for users.
The text was updated successfully, but these errors were encountered: