Make WordPress Core


Ignore:
Timestamp:
11/18/2006 06:09:48 AM (18 years ago)
Author:
matt
Message:

Admin functions cleanup, and change how we do titles and parents in the backend

File:
1 edited

Legend:

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

    r4429 r4478  
    11<?php
    22require_once('admin.php');
    3 $title = __('Create New Post');
    4 $parent_file = 'post-new.php';
    53$editing = true;
    64wp_enqueue_script('prototype');
Note: See TracChangeset for help on using the changeset viewer.