Make WordPress Core

Changeset 60402


Ignore:
Timestamp:
07/01/2025 10:29:38 PM (13 months ago)
Author:
jorbin
Message:

Coding Standards: Fix alignment in do_blocks.

Introduced in [60316].

See #63588.

File:
1 edited

Legend:

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

    r60400 r60402  
    24292429         */
    24302430        for ( $i = 0; $i < $top_level_block_count; $i++ ) {
    2431                 $output .= render_block( $blocks[ $i ] );
     2431                $output      .= render_block( $blocks[ $i ] );
    24322432                $blocks[ $i ] = null;
    24332433        }
Note: See TracChangeset for help on using the changeset viewer.