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
This commit is contained in:
Ryan Boren 2006-01-12 03:44:44 +00:00
parent 1f90fd76bf
commit 8a67cfddd0
1 changed files with 0 additions and 2 deletions

View File

@ -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');