Skip to content

Commit

Permalink
Twenty Sixteen: Fix PHPCS issues.
Browse files Browse the repository at this point in the history
There must be exactly one blank line after the file comment.

Follow-up to [40851].

Props pitamdey, umeshsinghin, sabernhardt, mukesh27, nithins53, deepakrohilla, viralsampat.
Fixes #62160.

git-svn-id: https://develop.svn.wordpress.org/trunk@59173 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Oct 5, 2024
1 parent 6c1d604 commit 95daed6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-content/themes/twentysixteen/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

</div><!-- .site-content -->
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentysixteen/searchform.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentysixteen/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

<div class="author-info">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

<section class="no-results not-found">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down

0 comments on commit 95daed6

Please sign in to comment.