General: Fix code formatting issues.

Fix code formatting after [44174] and [44177].

Built from https://develop.svn.wordpress.org/trunk@44178


git-svn-id: http://core.svn.wordpress.org/trunk@44008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
atimmer
2018-12-14 11:02:53 +00:00
parent a603510b73
commit cc13a1f3a0
44 changed files with 7487 additions and 5188 deletions
+1 -1
View File
@@ -1138,7 +1138,7 @@ function do_meta_boxes( $screen, $context, $object ) {
}
$block_compatible = true;
if ( is_array( $box[ 'args' ] ) ) {
if ( is_array( $box['args'] ) ) {
// If a meta box is just here for back compat, don't show it in the block editor.
if ( $screen->is_block_editor() && isset( $box['args']['__back_compat_meta_box'] ) && $box['args']['__back_compat_meta_box'] ) {
continue;