Ticket #14541: metabox.diff
| File metabox.diff, 671 bytes (added by , 16 years ago) |
|---|
-
template.php
2893 2893 if ( !isset($wp_meta_boxes[$page][$context]) ) 2894 2894 $wp_meta_boxes[$page][$context] = array(); 2895 2895 2896 foreach ( array('high', 'core', 'default', 'low') as $priority ) 2897 $wp_meta_boxes[$page][$context][$priority][$id] = false; 2896 $flag = false; 2897 foreach ( array('high', 'core', 'default', 'low') as $priority ) { 2898 if ( isset($wp_meta_boxes[$page][$context][$priority][$id]) ) { 2899 $wp_meta_boxes[$page][$context][$priority][$id] = false; 2900 $flag = true; 2901 } 2902 } 2903 2904 return $flag; 2898 2905 } 2899 2906 2900 2907 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)