Changeset 949 for trunk/wp-admin/post.php
- Timestamp:
- 02/27/2004 05:48:00 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r945 r949 694 694 $post_pingback = get_settings('default_pingback_flag'); 695 695 $default_post_cat = get_settings('default_post_category'); 696 include('edit-form.php'); 696 697 if (get_settings('advanced_edit')) { 698 include('edit-form-advanced.php'); 699 } else { 700 include('edit-form.php'); 701 } 697 702 } 698 703 ?>
Note: See TracChangeset
for help on using the changeset viewer.