Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: phpcs errors #7421

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-aside.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-audio.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 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_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-none.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<header class="page-header">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content-video.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/featured-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

<div id="featured-content" class="featured-content">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>

</div><!-- #main -->
Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentyfourteen/inc/block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
if ( function_exists( 'register_block_pattern' ) ) {

// Description
// Description.
register_block_pattern(
'twentyfourteen/about',
array(
Expand All @@ -37,7 +37,7 @@
)
);

// Description
// Description.
register_block_pattern(
'twentyfourteen/list',
array(
Expand Down
1 change: 0 additions & 1 deletion src/wp-content/themes/twentyfourteen/inc/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

class Twenty_Fourteen_Ephemera_Widget extends WP_Widget {

/**
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/

?>
<div id="secondary">
<?php
Expand Down
Loading