Make WordPress Core


Ignore:
Timestamp:
11/08/2021 09:56:17 PM (3 years ago)
Author:
jorgefilipecosta
Message:

Fix: Linting error affecting trunk.

Props oandregal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-editor.php

    r52054 r52056  
    330330        $actual_css    = wp_get_global_stylesheet( array( $block_classes['css'] ) );
    331331        if ( '' !== $actual_css ) {
    332             $block_classes['css'] = $actual_css;
     332            $block_classes['css']        = $actual_css;
    333333            $editor_settings['styles'][] = $block_classes;
    334334        }
Note: See TracChangeset for help on using the changeset viewer.