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

View File

@@ -167,6 +167,7 @@ if ( ( 'edit' == $action) && current_user_can('delete_post', $post_ID) )
<li><a href="edit.php"><?php _e('Manage All Posts') ?></a></li>
<li><a href="categories.php"><?php _e('Manage All Categories') ?></a></li>
<li><a href="edit-tags.php"><?php _e('Manage All Tags') ?></a></li>
<?php do_action('post_relatedlinks_list'); ?>
</ul>
</div>