Closed rclations closed 8 years ago
fixes #9
Revisions are showing up in the autocomplete box on the post edit screen for related posts.
modify the query to explicitly exclude the inherit post_status, which is used for sub-post types including revisions and media.
inherit
fixes #9
Problem
Revisions are showing up in the autocomplete box on the post edit screen for related posts.
Solution
modify the query to explicitly exclude the
inherit
post_status, which is used for sub-post types including revisions and media.