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:
parent
f63068d5ba
commit
49ed36d717
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<header class="page-header">
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<div id="featured-content" class="featured-content">
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
</div><!-- #main -->
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
class Twenty_Fourteen_Ephemera_Widget extends WP_Widget {
|
||||
|
||||
/**
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
?>
|
||||
<div id="secondary">
|
||||
<?php
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue