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. Built from https://develop.svn.wordpress.org/trunk@54210 git-svn-id: http://core.svn.wordpress.org/trunk@53769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -552,7 +552,7 @@ function _build_block_template_result_from_post( $post ) {
|
||||
}
|
||||
|
||||
$theme = $terms[0]->name;
|
||||
$template_file = _get_block_template_file( $post->post_type, $post->post_name );
|
||||
$template_file = _get_block_template_file( $post->post_type, $post->post_name );
|
||||
$has_theme_file = wp_get_theme()->get_stylesheet() === $theme && null !== $template_file;
|
||||
|
||||
$origin = get_post_meta( $post->ID, 'origin', true );
|
||||
|
||||
Reference in New Issue
Block a user