Changeset 3428

Show
Ignore:
Timestamp:
01/12/06 03:44:44 (3 years ago)
Author:
ryan
Message:

Remove reference to non-existant edit-attachment-form. fixes #2270

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/post.php

    r3416 r3428  
    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');