Changeset 24674
- Timestamp:
- 07/12/2013 03:43:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r24593 r24674 1003 1003 break; 1004 1004 1005 foreach ( array( 'high', ' sorted', 'core', 'default', 'low' ) as $priority ) {1005 foreach ( array( 'high', 'core', 'default', 'low' ) as $priority ) { 1006 1006 if ( isset( $wp_meta_boxes[$page][$context][$priority] ) ) { 1007 1007 foreach ( $wp_meta_boxes[$page][$context][$priority] as $box ) {
Note: See TracChangeset
for help on using the changeset viewer.