Make WordPress Core


Ignore:
Timestamp:
02/08/2008 09:06:15 PM (17 years ago)
Author:
ryan
Message:

Separate meta box context into page and context to accommodate postbox API changes. see #5798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-page-form.php

    r6761 r6762  
    134134</p>
    135135
     136<?php do_meta_boxes('post', 'normal', $post); ?>
     137
    136138<?php do_action('edit_page_form'); ?>
    137139
     
    225227<?php endif; ?>
    226228
     229<?php do_meta_boxes('page', 'advanced', $post); ?>
     230
    227231</div>
    228232
Note: See TracChangeset for help on using the changeset viewer.