Twenty Twenty-One: Fix "Opening PHP tag must be on a line by itself" WPCS issue.

Follow-up to [50802].

See #52938.

git-svn-id: https://develop.svn.wordpress.org/trunk@50806 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-05-03 14:33:21 +00:00
parent 65fb405e87
commit 86d09a09a4

View File

@ -16,12 +16,13 @@
get_header(); ?>
<?php if ( is_home() && ! is_front_page() && ! empty( single_post_title( '', false ) ) ) { ?>
<?php if ( is_home() && ! is_front_page() && ! empty( single_post_title( '', false ) ) ) : ?>
<header class="page-header alignwide">
<h1 class="page-title"><?php single_post_title(); ?></h1>
</header><!-- .page-header -->
<?php }
<?php endif; ?>
<?php
if ( have_posts() ) {
// Load posts loop.