Make WordPress Core


Ignore:
Timestamp:
02/27/2004 05:48:00 AM (22 years ago)
Author:
saxmatt
Message:

Some new options and an option cleanup.

File:
1 edited

Legend:

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

    r945 r949  
    694694                $post_pingback = get_settings('default_pingback_flag');
    695695                $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                }
    697702            }
    698703?>
Note: See TracChangeset for help on using the changeset viewer.