From 8a67cfddd0557253f165abc2594aad0ab579b28b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 12 Jan 2006 03:44:44 +0000 Subject: [PATCH] Remove reference to non-existant edit-attachment-form. fixes #2270 git-svn-id: https://develop.svn.wordpress.org/trunk@3428 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/post.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-admin/post.php b/wp-admin/post.php index 6976f45e7d..a5b18f0546 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');