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
This commit is contained in:
ryan 2006-01-12 03:44:44 +00:00
parent ba29615e7e
commit acff9479ff
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');