Changeset 44222
- Timestamp:
- 12/16/2018 01:55:08 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43856
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/includes/post.php
r44177 r44222 2246 2246 } 2247 2247 2248 // If a meta box is just here for back compat, don't show it in the block editor. 2249 if ( isset( $meta_box['args']['__back_compat_meta_box'] ) && $meta_box['args']['__back_compat_meta_box'] ) { 2250 continue; 2251 } 2252 2253 // If a meta box doesn't work in the block editor, don't show it in the block editor. 2254 if ( isset( $meta_box['args']['__block_editor_compatible_meta_box'] ) && ! $meta_box['args']['__block_editor_compatible_meta_box'] ) { 2255 continue; 2256 } 2257 2248 2258 $meta_boxes_per_location[ $location ][] = array( 2249 2259 'id' => $meta_box['id'],
Note: See TracChangeset
for help on using the changeset viewer.