Skip to content

Commit 7fd3403

Browse files
committed
Remove whitespace
1 parent 50c42de commit 7fd3403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-content/themes/twentysixteen/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" <?php echo $is_front ? 'aria-current="page"' : ''; ?>><?php echo $site_name; ?></a></h1>
4646
<?php elseif ( $site_name ) : ?>
4747
<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" <?php echo $is_front ? 'aria-current="page"' : ''; ?>><?php echo $site_name; ?></a></p>
48-
<?php
48+
<?php
4949
endif;
5050

5151
$description = get_bloginfo( 'description', 'display' );

0 commit comments

Comments
 (0)