Add an action to allow plugins to add extra related links to the list. Fixes #6232.

git-svn-id: https://develop.svn.wordpress.org/trunk@7310 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2008-03-15 08:40:22 +00:00
parent 3c2a1a4923
commit 1168abf8f3
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ echo "<a href='" . wp_nonce_url("comment.php?action=deletecomment&amp;c=$comment
<ul>
<li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li>
<li><a href="moderation.php"><?php _e('Moderate Comments') ?></a></li>
<?php do_action('comment_relatedlinks_list'); ?>
</ul>
</div>
<?php do_action('submitcomment_box'); ?>