Make WordPress Core

Changeset 60663


Ignore:
Timestamp:
08/26/2025 06:14:46 PM (2 months ago)
Author:
jeremyfelt
Message:

Coding Standards: Properly align variable assignment in WP_Block

Removes a new line added as part of [60611] which impacted alignment of variable assignments in process_block_bindings().

See #63168.

File:
1 edited

Legend:

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

    r60611 r60663  
    298298        $parsed_block               = $this->parsed_block;
    299299        $computed_attributes        = array();
    300 
    301300        $supported_block_attributes =
    302301            self::BLOCK_BINDINGS_SUPPORTED_ATTRIBUTES[ $block_type ] ??
Note: See TracChangeset for help on using the changeset viewer.