[wp-trac] [WordPress Trac] #20229: meta boxes not sorting according to docs

WordPress Trac wp-trac at lists.automattic.com
Tue Mar 13 14:44:54 UTC 2012


#20229: meta boxes not sorting according to docs
--------------------------+-----------------------------
 Reporter:  SidHarrell    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.3.1
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 looking at my var_dump of $wp_meta_boxes I put in at the end of line 901
 of wp-admin/includes/template.php ( the end of the add_meta_box function )
 I see ( I'll change the names for the protection of the innocent )
 [side]
    [high]
       A
       B
       C
       D
    [low]
       E

 Then when it's done sorting, I see:
 [side]
    [high]
    [low]
    [sorted]
       E
       A
       B
       D
       C

 Is there any way you could add integer prioritizing to override the
 present system of high, core, default, low to give us precise control over
 the order that they appear on the page?
 Thanks

 Sidney Harrell
 Event Espresso core developer

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20229>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list