[wp-trac] Re: [WordPress Trac] #5798: add_meta_box() API

WordPress Trac wp-trac at lists.automattic.com
Wed Feb 13 19:02:45 GMT 2008


#5798: add_meta_box() API
---------------------+------------------------------------------------------
 Reporter:  ryan     |        Owner:  anonymous
     Type:  defect   |       Status:  new      
 Priority:  normal   |    Milestone:  2.5      
Component:  General  |      Version:           
 Severity:  normal   |   Resolution:           
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by arickmann):

 Is there a reason for using:

 {{{<?php do_meta_boxes('post', 'normal', $post); ?> }}}

 instead of

 {{{<?php do_meta_boxes('page', 'normal', $post); ?>}}}

 in the file edit-page-form.php, when the advanced meta boxes in the same
 file use 'page'?

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5798#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list