Skip to content

Commit 8a67cfd

Browse files
committed
Remove reference to non-existant edit-attachment-form. fixes WordPress#2270
git-svn-id: https://develop.svn.wordpress.org/trunk@3428 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1f90fd7 commit 8a67cfd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wp-admin/post.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474

7575
if ($post->post_status == 'static')
7676
include('edit-page-form.php');
77-
elseif ($post->post_status == 'attachment')
78-
include('edit-attachment-form.php');
7977
else
8078
include('edit-form-advanced.php');
8179

0 commit comments

Comments
 (0)