Make WordPress Core

Changeset 3428


Ignore:
Timestamp:
01/12/2006 03:44:44 AM (19 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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');
Note: See TracChangeset for help on using the changeset viewer.