mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user