Make WordPress Core

Changeset 44178

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

General: Fix code formatting issues.

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

Location:
trunk/src
Files:
2 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[] ) ) {
    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'] ) {
  • trunk/src/wp-includes/script-loader.php

    r44177 r44178  
    232232            'wp-element',
    233233            'wp-is-shallow-equal',
    234             'wp-polyfill'
     234            'wp-polyfill'
    235235        ),
    236236        'core-data'                          => array( 'wp-data', 'wp-api-fetch', 'wp-polyfill', 'wp-url', 'lodash' ),
Note: See TracChangeset for help on using the changeset viewer.