From fe5387bbbc1a4167f8bee1a2078a31c3b56ac046 Mon Sep 17 00:00:00 2001 From: westi Date: Sat, 15 Mar 2008 08:40:22 +0000 Subject: [PATCH] Add an action to allow plugins to add extra related links to the list. Fixes #6232. git-svn-id: http://svn.automattic.com/wordpress/trunk@7310 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 1 + wp-admin/edit-form-comment.php | 1 + wp-admin/edit-link-form.php | 1 + wp-admin/edit-page-form.php | 1 + 4 files changed, 4 insertions(+) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 9eb7a6daf8..2b1c27c802 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -167,6 +167,7 @@ if ( ( 'edit' == $action) && current_user_can('delete_post', $post_ID) )
  • + diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index d10cf34a64..0b4341c1ff 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -63,6 +63,7 @@ echo "
  • + diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index a0472a6624..a68c6da4ed 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -66,6 +66,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
  • + diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 7456cb61bb..a6177b4c35 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -143,6 +143,7 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) )
  • +