Changeset 3428
- Timestamp:
- 01/12/2006 03:44:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r3416 r3428 75 75 if ($post->post_status == 'static') 76 76 include('edit-page-form.php'); 77 elseif ($post->post_status == 'attachment')78 include('edit-attachment-form.php');79 77 else 80 78 include('edit-form-advanced.php');
Note: See TracChangeset
for help on using the changeset viewer.