Make WordPress Core


Ignore:
Timestamp:
12/14/2018 11:01:54 AM (7 years ago)
Author:
atimmer
Message:

General: Fix code formatting issues.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r44175 r44178  
    11391139
    11401140                    $block_compatible = true;
    1141                     if ( is_array( $box[ 'args' ] ) ) {
     1141                    if ( is_array( $box['args'] ) ) {
    11421142                        // If a meta box is just here for back compat, don't show it in the block editor.
    11431143                        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.