diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index ab4f2af89a..2fd0cda620 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1002,7 +1002,7 @@ function do_accordion_sections( $screen, $context, $object ) { if ( ! isset( $wp_meta_boxes ) || ! isset( $wp_meta_boxes[$page] ) || ! isset( $wp_meta_boxes[$page][$context] ) ) break; - foreach ( array( 'high', 'sorted', 'core', 'default', 'low' ) as $priority ) { + foreach ( array( 'high', 'core', 'default', 'low' ) as $priority ) { if ( isset( $wp_meta_boxes[$page][$context][$priority] ) ) { foreach ( $wp_meta_boxes[$page][$context][$priority] as $box ) { if ( false == $box || ! $box['title'] )