Make WordPress Core


Ignore:
Timestamp:
06/13/2024 03:04:50 PM (8 months ago)
Author:
desrosj
Message:

Coding Standards: Apply changes after running composer format.

This applies several formatting related changes made while running composer format.

Follow up to [55720], [58171], [58271], [58282], [58283], [58292], [58299], [58303], [58332].
See #51857, #60719, #60895, #61021, #61118, #61228, #61276, #61324.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php

    r58303 r58408  
    165165        // Resolve pattern blocks so they don't need to be resolved client-side
    166166        // in the editor, improving performance.
    167         $blocks        = parse_blocks( $item['content'] );
    168         $blocks        = resolve_pattern_blocks( $blocks );
     167        $blocks          = parse_blocks( $item['content'] );
     168        $blocks          = resolve_pattern_blocks( $blocks );
    169169        $item['content'] = serialize_blocks( $blocks );
    170170
Note: See TracChangeset for help on using the changeset viewer.