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:
parent
ba29615e7e
commit
acff9479ff
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue