Twenty Fourteen: Fix various PHPCS issues.

* Inline comments must end in full stops, exclamation marks, or question marks.
* There must be exactly one blank line after the file comment.

Follow-up to [24832], [25023], [25088], [25090], [25213], [51045].

Props pitamdey, dhruvang21, aristath.
Fixes #62098.
Built from https://develop.svn.wordpress.org/trunk@59158


git-svn-id: http://core.svn.wordpress.org/trunk@58553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-10-02 19:03:19 +00:00
parent f63068d5ba
commit 49ed36d717
17 changed files with 17 additions and 4 deletions

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<header class="page-header">

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -8,6 +8,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<div id="featured-content" class="featured-content">

View File

@ -8,6 +8,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
</div><!-- #main -->

View File

@ -26,7 +26,7 @@ if ( function_exists( 'register_block_pattern_category' ) ) {
*/
if ( function_exists( 'register_block_pattern' ) ) {
// Description
// Description.
register_block_pattern(
'twentyfourteen/about',
array(
@ -37,7 +37,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
)
);
// Description
// Description.
register_block_pattern(
'twentyfourteen/list',
array(

View File

@ -10,7 +10,6 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
class Twenty_Fourteen_Ephemera_Widget extends WP_Widget {
/**

View File

@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<div id="secondary">
<?php

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-beta1-59157';
$wp_version = '6.7-beta1-59158';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.