mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
1f90fd76bf
commit
8a67cfddd0
@ -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
Block a user