Changeset 44178 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 12/14/2018 11:01:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r44175 r44178 1139 1139 1140 1140 $block_compatible = true; 1141 if ( is_array( $box[ 'args'] ) ) {1141 if ( is_array( $box['args'] ) ) { 1142 1142 // If a meta box is just here for back compat, don't show it in the block editor. 1143 1143 if ( $screen->is_block_editor() && isset( $box['args']['__back_compat_meta_box'] ) && $box['args']['__back_compat_meta_box'] ) {
Note: See TracChangeset
for help on using the changeset viewer.