Make WordPress Core


Ignore:
Timestamp:
08/20/2008 09:42:31 PM (17 years ago)
Author:
ryan
Message:

Collapse crazyhorse to trunk. Incoming! see #7552

File:
1 edited

Legend:

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

    r8645 r8691  
    1010require_once('admin.php');
    1111$title = __('Create New Post');
    12 $parent_file = 'post-new.php';
     12$parent_file = 'edit.php';
     13$submenu_file = 'edit.php';
    1314$editing = true;
    1415wp_enqueue_script('autosave');
Note: See TracChangeset for help on using the changeset viewer.