mirror of
git://develop.git.wordpress.org/
synced 2025-03-11 23:49:54 +01:00
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:
parent
65fb405e87
commit
86d09a09a4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user