When the WP constant WP_DEBUG is set to TRUE, Link to post generates an error message (depredicated parameter of the function has_cap).
The cause is line 112 of link-to-post.php. You call the function add_options_page and the third parameter is 8 (level), rather than a capability (such as editor).