Make WordPress Core


Ignore:
Timestamp:
09/19/2022 07:49:47 PM (2 years ago)
Author:
desrosj
Message:

Coding Standards: Various alignment fixes from composer format.

Follow up to [53874], [54097], [54110], [54155], [54162], [54184].

See #39210, #55443, #56288, #56092, #56408, #56467, #55881.

File:
1 edited

Legend:

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

    r54184 r54210  
    553553
    554554    $theme          = $terms[0]->name;
    555     $template_file = _get_block_template_file( $post->post_type, $post->post_name );
     555    $template_file  = _get_block_template_file( $post->post_type, $post->post_name );
    556556    $has_theme_file = wp_get_theme()->get_stylesheet() === $theme && null !== $template_file;
    557557
Note: See TracChangeset for help on using the changeset viewer.