[wp-trac] [WordPress Trac] #23240: #post-body-content gap with one custom metabox

WordPress Trac noreply at wordpress.org
Tue Mar 5 04:55:39 UTC 2013


#23240: #post-body-content gap with one custom metabox
----------------------------+---------------------
 Reporter:  soulseekah      |       Owner:  helen
     Type:  defect (bug)    |      Status:  closed
 Priority:  normal          |   Milestone:  3.6
Component:  Administration  |     Version:  3.5
 Severity:  minor           |  Resolution:  fixed
 Keywords:  ui-focus        |
----------------------------+---------------------

Comment (by soulseekah):

 Nope, my test above has still got the same results.

 {{{
 add_action( 'init', function() { register_post_type( 'test', array(
 'supports' => array( 'nothing' ), 'public' => true ) ); } );
 add_action( 'add_meta_boxes', function() {
 add_meta_box(
         'edit-ui', 'Test UI', function() {
                 echo '<p>Feeling a bit too heavy...</p>';
         }, 'test', 'normal', 'core' );
 } );
 }}}

 Is there something I'm missing?

 (At revision 23615)

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23240#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list