Make WordPress Core


Ignore:
Timestamp:
11/11/2008 10:40:16 PM (17 years ago)
Author:
ryan
Message:

Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.

File:
1 edited

Legend:

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

    r9596 r9620  
    159159    $title = __('Edit Post');
    160160
    161     require_once('admin-header.php');
    162 
    163161    if ( !current_user_can('edit_post', $post_ID) )
    164162        die ( __('You are not allowed to edit this post.') );
Note: See TracChangeset for help on using the changeset viewer.