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

Fix: phpcs error #7500

Open
wants to merge 4 commits into
base: trunk
Choose a base branch
from
Open
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/twentyeleven/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/

?>
<div id="comments">
<?php if ( post_password_required() ) : ?>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyeleven/content-aside.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/

?>

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

?>

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

?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'indexed' ); ?>>
<header class="entry-header">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyeleven/content-intro.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/

?>

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

?>

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

?>

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

?>

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

?>

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

?>

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

?>

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

?>

</div><!-- #main -->
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyeleven/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/

?><!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" <?php language_attributes(); ?>>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyeleven/searchform.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/

?>
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyeleven/sidebar-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/

?>

<?php
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfifteen/author-bio.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/

?>

<div class="author-info">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfifteen/content-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/

?>

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

?>

<section class="no-results not-found">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfifteen/content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/

?>

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

?>

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

?>

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

?>

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

?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/header.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
*/

?><!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Nineteen
* @since Twenty Nineteen 1.0
*/

?>
<div class="site-branding">

Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyten/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/

?>

<div id="comments">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyten/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/

?>
</div><!-- #main -->

Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyten/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/

?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyten/loop-attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @subpackage Twenty_Ten
* @since Twenty Ten 1.2
*/

?>

<?php
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyten/loop-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @subpackage Twenty_Ten
* @since Twenty Ten 1.2
*/

?>

<?php
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyten/loop-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @subpackage Twenty_Ten
* @since Twenty Ten 1.2
*/

?>

<?php
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyten/loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/

?>

<?php // Display navigation to next/previous pages when applicable. ?>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyten/sidebar-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/

?>

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

?>

<div id="primary" class="widget-area" role="complementary">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentythirteen/author-bio.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/

?>

<div class="author-info">
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentythirteen/content-aside.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/

?>

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

?>

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

?>

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

?>

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

?>

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

?>

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

?>

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

?>

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

?>

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

?>

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

?>

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

?>

</div><!-- #main -->
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentythirteen/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/

?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentytwelve/content-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/

?>

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

?>

<article id="post-0" class="post no-results not-found">
Expand Down
Loading
Loading