Make WordPress Core

Changeset 60046


Ignore:
Timestamp:
03/18/2025 10:06:21 PM (8 weeks ago)
Author:
jorbin
Message:

Coding Standards: Fix alignment in locate_block_template.

Follow-up to [59449].

See #62053, #62279.

File:
1 edited

Legend:

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

    r59449 r60046  
    101101                if ( $block_template->has_theme_file ) {
    102102                    // Show contents from theme template if user is not logged in.
    103                     $theme_template = _get_block_template_file( 'wp_template', $block_template->slug );
     103                    $theme_template               = _get_block_template_file( 'wp_template', $block_template->slug );
    104104                    $_wp_current_template_content = file_get_contents( $theme_template['path'] );
    105105                } else {
Note: See TracChangeset for help on using the changeset viewer.