Changeset 44178
- Timestamp:
- 12/14/2018 11:01:54 AM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 2 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'] ) { -
trunk/src/wp-includes/script-loader.php
r44177 r44178 232 232 'wp-element', 233 233 'wp-is-shallow-equal', 234 'wp-polyfill' 234 'wp-polyfill', 235 235 ), 236 236 'core-data' => array( 'wp-data', 'wp-api-fetch', 'wp-polyfill', 'wp-url', 'lodash' ),
Note: See TracChangeset
for help on using the changeset viewer.