Ticket #3020: post-new.php.diff
File post-new.php.diff, 438 bytes (added by , 18 years ago) |
---|
-
wp-admin/post-new.php
3 3 $title = __('Create New Post'); 4 4 $parent_file = 'post-new.php'; 5 5 $editing = true; 6 wp_enqueue_script('prototype'); 7 wp_enqueue_script('autosave'); 6 8 require_once ('./admin-header.php'); 7 9 8 10 if ( ! current_user_can('edit_posts') ) { ?>