Passed
Push — master ( a3b296...1802bc )
by SILENT
01:33
created
404.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -16,29 +16,29 @@
 block discarded – undo
16 16
 			<article id="post-0" class="post error404 not-found">
17 17
 
18 18
 				<header class="entry-header">
19
-					<h1 class="entry-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'strip' ); ?></h1>
19
+					<h1 class="entry-title"><?php esc_html_e('Oops! That page can&rsquo;t be found.', 'strip'); ?></h1>
20 20
 				</header><!-- .entry-header -->
21 21
 
22 22
 					<div class="entry-content clear">
23
-						<p><?php esc_html_e( 'Nothing was found here. Maybe try one of the links below or a search?', 'strip' ); ?></p>
23
+						<p><?php esc_html_e('Nothing was found here. Maybe try one of the links below or a search?', 'strip'); ?></p>
24 24
 
25 25
 		<?php get_search_form(); ?>
26 26
 
27
-		<?php the_widget( 'WP_Widget_Recent_Posts', 6 ); ?>
27
+		<?php the_widget('WP_Widget_Recent_Posts', 6); ?>
28 28
 
29 29
 						<div class="widget widget_most_used_categories">
30
-							<h2 class="widgettitle"><?php esc_html_e( 'Most Used Categories', 'strip' ); ?></h2>
30
+							<h2 class="widgettitle"><?php esc_html_e('Most Used Categories', 'strip'); ?></h2>
31 31
 							<ul>
32
-		<?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 6 ) ); ?>
32
+		<?php wp_list_categories(array('orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 6)); ?>
33 33
 							</ul>
34 34
 						</div>
35 35
 
36
-		<?php the_widget( 'WP_Widget_Calendar', array( 'title' => __( 'Calendar', 'strip' ) ) ); ?>
36
+		<?php the_widget('WP_Widget_Calendar', array('title' => __('Calendar', 'strip'))); ?>
37 37
 
38 38
 		<?php
39 39
 		/* translators: %1$s: smiley */
40
-		$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'strip' ), convert_smilies( ':)' ) ) . '</p>';
41
-		the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
40
+		$archive_content = '<p>' . sprintf(__('Try looking in the monthly archives. %1$s', 'strip'), convert_smilies(':)')) . '</p>';
41
+		the_widget('WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content");
42 42
 		?>
43 43
 
44 44
 					</div><!-- entry-content clear -->
Please login to merge, or discard this patch.
assets/inline-logo.svg.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1
-<a href="<?php echo esc_url( site_url( '/' ) ); ?>" class="logo"><object type="image/svg+xml" data="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTggOTkiPjxzdHlsZT4uc3R5bGUwe2ZpbGw6ICMwMDA7fTpob3ZlciB7ZmlsbDogI0ZGNzM2OTt9PC9zdHlsZT4gPHBhdGggZD0iTTE1LjQgNDQuMmMtNC4xIDAtNy4xLTMuMi03LjYtNy4xbC00LjEgMS4yYzEuMiA1LjkgNS44IDkuOSAxMS45IDkuOWM2LjYgMCAxMi01LjEgMTItMTEuOCBjMC02LjEtNC4yLTguNi05LjItMTAuN2wtMi41LTEuMWMtMi42LTEuMi02LTIuNy02LTZjMC0zLjUgMi45LTUuOSA2LjMtNS45YzMuMiAwIDUuMSAxLjUgNi42IDQuMWwzLjQtMi4yYy0yLTMuNy01LjYtNS45LTkuOS01LjkgYy01LjcgMC0xMC43IDMuOC0xMC43IDkuN2MwIDUuNSAzLjggNy43IDguMyA5LjhsMi4zIDFjMy41IDEuNiA3IDMuMSA3IDcuNkMyMy4zIDQxLjEgMTkuNSA0NC4yIDE1LjQgNDQuMnoiLz48cmVjdCB4PSI0Mi41IiB5PSI5LjQiIHdpZHRoPSI0LjMiIGhlaWdodD0iMzguMiIvPjxwb2x5Z29uIHBvaW50cz0iNjMuNiw5LjQgNjMuNiw0Ny41IDc4LjMsNDcuNSA3OC4zLDQzLjYgNjcuOCw0My42IDY3LjgsOS40Ii8+PHBvbHlnb24gcG9pbnRzPSIxMTEuNCwxMy4zIDExMS40LDkuNCA5MS42LDkuNCA5MS42LDQ3LjUgMTExLjQsNDcuNSAxMTEuNCw0My42IDk1LjksNDMuNiA5NS45LDI4LjYgMTExLDI4LjYgMTExLDI0LjcgOTUuOSwyNC43IDk1LjksMTMuMyIvPjxwb2x5Z29uIHBvaW50cz0iMTU3LjMsMzguOSAxMjc
1
+<a href="<?php echo esc_url(site_url('/')); ?>" class="logo"><object type="image/svg+xml" data="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTggOTkiPjxzdHlsZT4uc3R5bGUwe2ZpbGw6ICMwMDA7fTpob3ZlciB7ZmlsbDogI0ZGNzM2OTt9PC9zdHlsZT4gPHBhdGggZD0iTTE1LjQgNDQuMmMtNC4xIDAtNy4xLTMuMi03LjYtNy4xbC00LjEgMS4yYzEuMiA1LjkgNS44IDkuOSAxMS45IDkuOWM2LjYgMCAxMi01LjEgMTItMTEuOCBjMC02LjEtNC4yLTguNi05LjItMTAuN2wtMi41LTEuMWMtMi42LTEuMi02LTIuNy02LTZjMC0zLjUgMi45LTUuOSA2LjMtNS45YzMuMiAwIDUuMSAxLjUgNi42IDQuMWwzLjQtMi4yYy0yLTMuNy01LjYtNS45LTkuOS01LjkgYy01LjcgMC0xMC43IDMuOC0xMC43IDkuN2MwIDUuNSAzLjggNy43IDguMyA5LjhsMi4zIDFjMy41IDEuNiA3IDMuMSA3IDcuNkMyMy4zIDQxLjEgMTkuNSA0NC4yIDE1LjQgNDQuMnoiLz48cmVjdCB4PSI0Mi41IiB5PSI5LjQiIHdpZHRoPSI0LjMiIGhlaWdodD0iMzguMiIvPjxwb2x5Z29uIHBvaW50cz0iNjMuNiw5LjQgNjMuNiw0Ny41IDc4LjMsNDcuNSA3OC4zLDQzLjYgNjcuOCw0My42IDY3LjgsOS40Ii8+PHBvbHlnb24gcG9pbnRzPSIxMTEuNCwxMy4zIDExMS40LDkuNCA5MS42LDkuNCA5MS42LDQ3LjUgMTExLjQsNDcuNSAxMTEuNCw0My42IDk1LjksNDMuNiA5NS45LDI4LjYgMTExLDI4LjYgMTExLDI0LjcgOTUuOSwyNC43IDk1LjksMTMuMyIvPjxwb2x5Z29uIHBvaW50cz0iMTU3LjMsMzguOSAxMjc
2 2
 uNSw3LjggMTI3LjUsNDcuNSAxMzEuOCw0Ny41IDEzMS44LDE4LjEgMTYxLjUsNDkuMiAxNjEuNSw5LjQgMTU3LjMsOS40Ii8+PHBvbHlnb24gcG9pbnRzPSIxNzUuMiwxMy4zIDE4NC40LDEzLjMgMTg0LjQsNDcuNSAxODguNyw0Ny41IDE4OC43LDEzLjMgMTk4LDEzLjMgMTk4LDkuNCAxNzUuMiw5LjQiLz48cGF0aCBkPSJNMTkuOSA5MC4zYzQgMCA4LjEtMS40IDExLjQtMy43di01LjNjLTMgMy03LjIgNS4xLTExLjUgNS4xYy04LjUgMC0xNS41LTcuNC0xNS41LTE1LjggYzAtOC40IDYuOS0xNS44IDE1LjQtMTUuOGM0LjQgMCA4LjYgMS45IDExLjYgNS4xdi01LjNjLTMuNC0yLjUtNy4xLTMuNy0xMS40LTMuN0M5IDUwLjkgMCA1OS44IDAgNzAuOEMwIDgxLjYgOS4xIDkwLjMgMTkuOSA5MC4zIHoiLz48cGF0aCBkPSJNMzYuNSA3MC43YzAgMTEgOSAxOS43IDE5LjkgMTkuN2MxMC45IDAgMTkuOS04LjcgMTkuOS0xOS43YzAtMTAuOS05LTE5LjgtMTkuOS0xOS44IEM0NS41IDUwLjkgMzYuNSA1OS43IDM2LjUgNzAuN3ogTTU2LjQgNTQuOEM2NS4yIDU0LjggNzIgNjIgNzIgNzAuNmMwIDguNi03IDE1LjgtMTUuNiAxNS44Yy04LjcgMC0xNS42LTcuMi0xNS42LTE1LjggQzQwLjggNjIgNDcuNyA1NC44IDU2LjQgNTQuOHoiLz48cG9seWdvbiBwb2ludHM9Ijc5LjMsODkuNyA4My42LDg5LjcgODguNSw2My45IDg4LjYsNjMuOSAxMDAuOSw5MS4yIDExMy4yLDYzLjkgMTEzLjMsNjMuOSAxMTguMiw4OS43IDEyMi41LDg5Lj
3 3
 cgMTE0LjgsNDkuNCAxMDAuOSw4MS40IDg3LDQ5LjQiLz48cmVjdCB4PSIxMjcuNSIgeT0iNTEuNSIgd2lkdGg9IjQuMyIgaGVpZ2h0PSIzOC4xIi8+PHBhdGggZD0iTTE1Ni45IDU0LjhjNC40IDAgOC42IDEuOSAxMS42IDUuMXYtNS4zYy0zLjQtMi41LTcuMS0zLjctMTEuNC0zLjdjLTEwLjkgMC0xOS45IDktMTkuOSAxOS45IGMwIDEwLjggOS4xIDE5LjYgMTkuOSAxOS42YzQgMCA4LjEtMS40IDExLjQtMy43di01LjNjLTMgMy03LjIgNS4xLTExLjUgNS4xYy04LjUgMC0xNS41LTcuNC0xNS41LTE1LjggQzE0MS42IDYyLjIgMTQ4LjQgNTQuOCAxNTYuOSA1NC44eiIvPjxwYXRoIGQ9Ik0xODUuNyA4Ni40Yy00LjEgMC03LjEtMy4yLTcuNi03LjFsLTQuMSAxLjJjMS4yIDUuOSA1LjggOS45IDExLjkgOS45YzYuNiAwIDEyLTUuMSAxMi0xMS44IGMwLTYuMS00LjItOC42LTkuMi0xMC43bC0yLjUtMS4xYy0yLjYtMS4yLTYtMi43LTYtNmMwLTMuNSAyLjktNS45IDYuMy01LjljMy4yIDAgNS4xIDEuNSA2LjYgNC4xbDMuNC0yLjJjLTItMy43LTUuNi01LjktOS45LTUuOSBjLTUuNyAwLTEwLjcgMy44LTEwLjcgOS43YzAgNS41IDMuOCA3LjcgOC4zIDkuOGwyLjMgMWMzLjUgMS42IDcgMy4xIDcgNy42QzE5My42IDgzLjMgMTg5LjggODYuNCAxODUuNyA4Ni40eiIvPjxyZWN0IHk9Ijk3IiB3aWR0aD0iMTk4IiBoZWlnaHQ9IjIiLz48cmVjdCB5PSIwIiB3aWR0aD0iMTk4IiBoZWlnaHQ9IjIiLz48L3N2Zz4="></object></a>
Please login to merge, or discard this patch.
searchform.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,10 +7,10 @@
 block discarded – undo
7 7
  */
8 8
 
9 9
 ?>
10
-<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
10
+<form role="search" method="get" class="search-form" action="<?php echo esc_url(home_url('/')); ?>">
11 11
 	<label>
12
-		<span class="screen-reader-text"><?php echo esc_attr_x( 'Search for:', 'label', 'strip' ); ?></span>
13
-		<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search?', 'placeholder', 'strip' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" />
12
+		<span class="screen-reader-text"><?php echo esc_attr_x('Search for:', 'label', 'strip'); ?></span>
13
+		<input type="search" class="search-field" placeholder="<?php echo esc_attr_x('Search?', 'placeholder', 'strip'); ?>" value="<?php echo esc_attr(get_search_query()); ?>" name="s" />
14 14
 	</label>
15
-	<input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button', 'strip' ); ?>">
15
+	<input type="submit" class="search-submit" value="<?php echo esc_attr_x('Search', 'submit button', 'strip'); ?>">
16 16
 </form>
Please login to merge, or discard this patch.
content-page.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,18 +11,18 @@
 block discarded – undo
11 11
 <article id="post-<?php the_ID(); ?>" >
12 12
 	<div class="wrap">
13 13
 	<?php
14
-	if ( '' !== get_the_post_thumbnail() ) :
15
-		the_post_thumbnail( 'strip-featured-thumbnail' );
14
+	if ('' !== get_the_post_thumbnail()) :
15
+		the_post_thumbnail('strip-featured-thumbnail');
16 16
 	endif;
17 17
 	?>
18 18
 		<header class="entry-header">
19
-	<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
19
+	<?php the_title('<h1 class="entry-title">', '</h1>'); ?>
20 20
 		</header><!-- .entry-header -->
21 21
 
22 22
 	<footer class="entry-meta">
23 23
 	<?php strip_entry_meta(); ?>
24 24
 
25
-	<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
25
+	<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
26 26
 		</footer><!-- .entry-meta -->
27 27
 
28 28
 		<div class="entry-content clear">
Please login to merge, or discard this patch.
archive-titles.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
 
15 15
 			<header class="entry-header">
16 16
 
17
-			<?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?>
17
+			<?php the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>'); ?>
18 18
 
19 19
 			<?php // call the series by title and list them. ?>
20 20
 
@@ -23,9 +23,9 @@  discard block
 block discarded – undo
23 23
 			<?php
24 24
 				$args = array(
25 25
 				'post_type'     => 'comic',
26
-				'title_li'      => esc_html_e( 'All Episodes', 'strip' ),
26
+				'title_li'      => esc_html_e('All Episodes', 'strip'),
27 27
 				);
28
-				wp_list_pages( $args );
28
+				wp_list_pages($args);
29 29
 			?>
30 30
 			</h2>
31 31
 			<br>
Please login to merge, or discard this patch.
content-link.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,20 +12,20 @@
 block discarded – undo
12 12
 	<div class="wrap">
13 13
 		<header class="entry-header">
14 14
 			<?php
15
-				$categories_list = get_the_category_list( __( ', ', 'strip' ) ); ?>
15
+				$categories_list = get_the_category_list(__(', ', 'strip')); ?>
16 16
 
17 17
 		</header><!-- .entry-header -->
18 18
 
19 19
 		<footer class="entry-meta">
20 20
 			<?php strip_entry_meta(); ?>
21 21
 
22
-			<span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'link' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'link' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'link' ) ); ?></a></span>
22
+			<span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('link')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('link'))); ?>"><?php echo esc_html(get_post_format_string('link')); ?></a></span>
23 23
 
24
-			<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
24
+			<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
25 25
 		</footer><!-- .entry-meta -->
26 26
 
27 27
 		<div class="entry-content">
28
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
28
+			<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
29 29
 
30 30
 			</div><!-- .entry-content -->
31 31
 		</div><!-- .entry-wrap -->
Please login to merge, or discard this patch.
content-audio.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -14,27 +14,27 @@
 block discarded – undo
14 14
 		<div class="entry-info">
15 15
 			<header class="entry-header">
16 16
 				<?php
17
-					$categories_list = get_the_category_list( __( ', ', 'strip' ) );
17
+					$categories_list = get_the_category_list(__(', ', 'strip'));
18 18
 
19
-				if ( ! is_single() ) :
20
-					the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
19
+				if ( ! is_single()) :
20
+					the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>');
21 21
 				else :
22
-						the_title( '<h1 class="entry-title">', '</h1>' );
22
+						the_title('<h1 class="entry-title">', '</h1>');
23 23
 				endif;
24 24
 				?>
25 25
 			</header><!-- .entry-header -->
26 26
 
27 27
 			<footer class="entry-meta">
28 28
 
29
-				<span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'audio' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'audio' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'audio' ) ); ?></a></span>
29
+				<span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('audio')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('audio'))); ?>"><?php echo esc_html(get_post_format_string('audio')); ?></a></span>
30 30
 
31
-				<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
31
+				<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
32 32
 			</footer><!-- .entry-meta -->
33 33
 
34 34
 		</div><!-- .entry-info -->
35 35
 
36 36
 		<div class="entry-content clear">
37
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
37
+			<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
38 38
 
39 39
 		</div><!-- .entry-content -->
40 40
 	</div><!-- .entry-wrap -->
Please login to merge, or discard this patch.
content-quote.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,19 +12,19 @@
 block discarded – undo
12 12
 	<div class="wrap">
13 13
 		<header class="entry-header">
14 14
 	<?php
15
-				$categories_list = get_the_category_list( __( ', ', 'strip' ) ); ?>
15
+				$categories_list = get_the_category_list(__(', ', 'strip')); ?>
16 16
 
17 17
 		</header><!-- .entry-header -->
18 18
 
19 19
 		<footer class="entry-meta">
20 20
 
21
-			<span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'quote' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'quote' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'quote' ) ); ?></a></span>
21
+			<span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('quote')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('quote'))); ?>"><?php echo esc_html(get_post_format_string('quote')); ?></a></span>
22 22
 
23
-	<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
23
+	<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
24 24
 		</footer><!-- .entry-meta -->
25 25
 
26 26
 		<div class="entry-content">
27
-	<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
27
+	<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
28 28
 
29 29
 		</div><!-- .entry-content -->
30 30
 		</div><!-- .entry-wrap -->
Please login to merge, or discard this patch.
comments.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
  * the visitor has not yet entered the password we will
19 19
  * return early without loading the comments.
20 20
  */
21
-if ( post_password_required() ) {
21
+if (post_password_required()) {
22 22
 	return;
23 23
 }
24 24
 ?>
@@ -27,13 +27,13 @@  discard block
 block discarded – undo
27 27
 
28 28
 	<?php
29 29
 	// You can start editing here -- including this comment!
30
-	if ( have_comments() ) : ?>
30
+	if (have_comments()) : ?>
31 31
 		<h2 class="comments-title">
32 32
 			<?php
33 33
 				$comments_number = get_comments_number();
34
-			if ( '1' === $comments_number ) {
34
+			if ('1' === $comments_number) {
35 35
 				/* translators: %s: post title */
36
-				printf( esc_html_x( 'One Reply to &ldquo;%s&rdquo;', 'comments title', 'strip' ), get_the_title() );
36
+				printf(esc_html_x('One Reply to &ldquo;%s&rdquo;', 'comments title', 'strip'), get_the_title());
37 37
 			} else {
38 38
 				printf(
39 39
 					esc_attr(
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 							'strip'
47 47
 						)
48 48
 					),
49
-					number_format_i18n( $comments_number ),
49
+					number_format_i18n($comments_number),
50 50
 					get_the_title()
51 51
 				);
52 52
 			}
@@ -55,26 +55,26 @@  discard block
 block discarded – undo
55 55
 
56 56
 		<ol class="comment-list">
57 57
 			<?php
58
-				wp_list_comments( array(
58
+				wp_list_comments(array(
59 59
 					'avatar_size' => 96,
60 60
 					'style'       => 'ol',
61 61
 					'short_ping'  => true,
62
-					'reply_text'  => __( 'Reply', 'strip' ),
63
-				) );
62
+					'reply_text'  => __('Reply', 'strip'),
63
+				));
64 64
 			?>
65 65
 		</ol>
66 66
 
67
-		<?php the_comments_pagination( array(
68
-			'prev_text' => '<span class="screen-reader-text">' . __( 'Previous', 'strip' ) . '</span>',
69
-			'next_text' => '<span class="screen-reader-text">' . __( 'Next', 'strip' ) . '</span>',
70
-		) );
67
+		<?php the_comments_pagination(array(
68
+			'prev_text' => '<span class="screen-reader-text">' . __('Previous', 'strip') . '</span>',
69
+			'next_text' => '<span class="screen-reader-text">' . __('Next', 'strip') . '</span>',
70
+		));
71 71
 
72 72
 	endif; // Check for have_comments().
73 73
 
74 74
 	// If comments are closed and there are comments, let's leave a little note, shall we?
75
-	if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
75
+	if ( ! comments_open() && get_comments_number() && post_type_supports(get_post_type(), 'comments')) : ?>
76 76
 
77
-		<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'strip' ); ?></p>
77
+		<p class="no-comments"><?php esc_html_e('Comments are closed.', 'strip'); ?></p>
78 78
 	<?php
79 79
 	endif;
80 80
 
Please login to merge, or discard this patch.