From acff9479ffc72bdadb84bf5ffd6310e335e2419b Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 12 Jan 2006 03:44:44 +0000 Subject: [PATCH] Remove reference to non-existant edit-attachment-form. fixes #2270 git-svn-id: http://svn.automattic.com/wordpress/trunk@3428 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/post.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-admin/post.php b/wp-admin/post.php index 6976f45e7..a5b18f054 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -74,8 +74,6 @@ case 'edit': if ($post->post_status == 'static') include('edit-page-form.php'); - elseif ($post->post_status == 'attachment') - include('edit-attachment-form.php'); else include('edit-form-advanced.php');