Since there is no hook_link_alter in drupal 7 the methods to remove the links mentioned on http://drupal.org/node/232310 are not working for D7 but users are faceing this prolem
Since there is no hook_link_alter in drupal 7 the methods to remove the links mentioned on http://drupal.org/node/232310 are not working for D7 but users are faceing this prolem
Comments
Comment #1
lazysoundsystem commentedComment #2
lazysoundsystem commentedShort explanation of how to do this in D7 added to end.
Doesn't really need its own page for D7 as it's no longer a comment-specific issue - the links can now be sorted in
hook_node_view()Comment #3
lazysoundsystem commentedComment #4
matthews commentedLooks good.