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/page.php

    r9596 r9620  
    116116    }
    117117
    118     require_once('admin-header.php');
    119 
    120118    if ( !current_user_can('edit_page', $page_ID) )
    121119        die ( __('You are not allowed to edit this page.') );
Note: See TracChangeset for help on using the changeset viewer.