﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20229,meta boxes not sorting according to docs,SidHarrell,,"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
",defect (bug),closed,normal,,General,3.3.1,normal,invalid,,
