Changeset 43941 for branches/5.0/src/wp-admin/includes/post.php
- Timestamp:
- 11/23/2018 08:14:07 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/post.php
r43883 r43941 2111 2111 } 2112 2112 2113 // If a meta box doesn't work in the block editor, don't show it in the block editor.2114 if ( isset( $meta_box['args']['__block_editor_compatible_meta_box'] ) && ! $meta_box['args']['__block_editor_compatible_meta_box'] ) {2115 continue;2116 }2117 2118 2113 $meta_boxes_per_location[ $location ][] = array( 2119 2114 'id' => $meta_box['id'],
Note: See TracChangeset
for help on using the changeset viewer.