Make WordPress Core


Ignore:
Timestamp:
05/23/2022 08:38:02 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct alignment in various files.

This fixes an Equals sign not aligned correctly WPCS warning.

Additionally, this commit sets the svn:eol-style property for the phpunit/tests/ajax/wpAjaxCropImage.php file and corrects line endings, so that the output of composer format is clean.

Follow-up to [53027], [53217], [53404].

Props hellofromTonya, SergeyBiryukov.
See #55647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/site-editor.php

    r53413 r53441  
    7777$custom_settings['__experimentalAdditionalBlockPatternCategories'] = WP_Block_Pattern_Categories_Registry::get_instance()->get_all_registered( true );
    7878
    79 $editor_settings      = get_block_editor_settings( $custom_settings, $block_editor_context );
     79$editor_settings = get_block_editor_settings( $custom_settings, $block_editor_context );
    8080
    8181if ( isset( $_GET['postType'] ) && ! isset( $_GET['postId'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.