Completed
Push — master ( 7c3821...e0588f )
by SILENT
09:01
created
content-gallery.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
  */
8 8
 
9 9
 // Access global variable directly to set content_width.
10
-if ( isset( $GLOBALS['content_width'] ) ) {
10
+if (isset($GLOBALS['content_width'])) {
11 11
 	$GLOBALS['content_width'] = 1920;
12 12
 }
13 13
 ?>
@@ -15,25 +15,25 @@  discard block
 block discarded – undo
15 15
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
16 16
 	<div class="entry-wrap wrap clear">
17 17
 
18
-<?php if ( '' !== get_the_post_thumbnail() ) :
19
-	the_post_thumbnail( 'strip-featured-thumbnail' );
18
+<?php if ('' !== get_the_post_thumbnail()) :
19
+	the_post_thumbnail('strip-featured-thumbnail');
20 20
 endif; ?>
21 21
 
22 22
 		<header class="entry-header">
23 23
 	<?php
24
-				$categories_list = get_the_category_list( __( ', ', 'strip' ) );
25
-	if ( $categories_list && strip_categorized_blog() ) {
24
+				$categories_list = get_the_category_list(__(', ', 'strip'));
25
+	if ($categories_list && strip_categorized_blog()) {
26 26
 		echo '<span class="categories-links">' . $categories_list . '</span>';
27 27
 	}
28 28
 
29
-	if ( ! is_single() ) :
30
-		the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
29
+	if ( ! is_single()) :
30
+		the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>');
31 31
 	else :
32
-					the_title( '<h1 class="entry-title">', '</h1>' );
32
+					the_title('<h1 class="entry-title">', '</h1>');
33 33
 	endif; ?>
34 34
 
35 35
 		<div class="entry-content clear">
36
-	<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
36
+	<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
37 37
 
38 38
 		</div><!-- .entry-content -->
39 39
 		</header><!-- .entry-header -->
@@ -41,16 +41,16 @@  discard block
 block discarded – undo
41 41
 		<footer class="entry-meta">
42 42
 	<?php strip_entry_meta(); ?>
43 43
 
44
-			<span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'gallery' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'gallery' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'gallery' ) ); ?></a></span>
44
+			<span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('gallery')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('gallery'))); ?>"><?php echo esc_html(get_post_format_string('gallery')); ?></a></span>
45 45
 
46
-	<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
46
+	<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
47 47
 		</footer><!-- .entry-meta -->
48 48
 
49
-	<?php if ( has_excerpt() ) : ?>
49
+	<?php if (has_excerpt()) : ?>
50 50
 		<div class="entry-summary">
51
-	<?php do_action( 'strip_formatted_posts_excerpt_before' ); ?>
51
+	<?php do_action('strip_formatted_posts_excerpt_before'); ?>
52 52
 	<?php the_excerpt(); ?>
53
-	<?php do_action( 'strip_formatted_posts_excerpt_after' ); ?>
53
+	<?php do_action('strip_formatted_posts_excerpt_after'); ?>
54 54
 		</div><!-- .entry-caption -->
55 55
 	<?php endif; ?>
56 56
 
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.
content-quote.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@  discard block
 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' ) );
16
-	if ( $categories_list && strip_categorized_blog() ) {
15
+				$categories_list = get_the_category_list(__(', ', 'strip'));
16
+	if ($categories_list && strip_categorized_blog()) {
17 17
 				   echo '<span class="categories-links">' . $categories_list . '</span>';
18 18
 	}
19 19
 	?>
@@ -21,13 +21,13 @@  discard block
 block discarded – undo
21 21
 
22 22
 		<footer class="entry-meta">
23 23
 
24
-			<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>
24
+			<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>
25 25
 
26
-	<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
26
+	<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
27 27
 		</footer><!-- .entry-meta -->
28 28
 
29 29
 		<div class="entry-content">
30
-	<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
30
+	<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
31 31
 
32 32
 		</div><!-- .entry-content -->
33 33
 		</div><!-- .entry-wrap -->
Please login to merge, or discard this patch.
content-aside.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@  discard block
 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' ) );
16
-			if ( $categories_list && strip_categorized_blog() ) {
15
+				$categories_list = get_the_category_list(__(', ', 'strip'));
16
+			if ($categories_list && strip_categorized_blog()) {
17 17
 				echo '<span class="categories-links">' . $categories_list . '</span>';
18 18
 			}
19 19
 			?>
@@ -22,13 +22,13 @@  discard block
 block discarded – undo
22 22
 		<footer class="entry-meta">
23 23
 			<?php strip_entry_meta(); ?>
24 24
 
25
-			<span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'aside' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'aside' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'aside' ) ); ?></a></span>
25
+			<span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('aside')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('aside'))); ?>"><?php echo esc_html(get_post_format_string('aside')); ?></a></span>
26 26
 
27
-			<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
27
+			<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
28 28
 		</footer><!-- .entry-meta -->
29 29
 
30 30
 		<div class="entry-content">
31
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
31
+			<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
32 32
 
33 33
 		</div><!-- .entry-content -->
34 34
 		</div><!-- .entry-wrap -->
Please login to merge, or discard this patch.
content-image.php 1 patch
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
  */
9 9
 
10 10
 // Access global variable directly to set content_width.
11
-if ( isset( $GLOBALS['content_width'] ) ) {
11
+if (isset($GLOBALS['content_width'])) {
12 12
 	$GLOBALS['content_width'] = 1920;
13 13
 }
14 14
 ?>
@@ -19,36 +19,36 @@  discard block
 block discarded – undo
19 19
 
20 20
 		<header class="entry-header">
21 21
 			<?php
22
-				$categories_list = get_the_category_list( __( ', ', 'strip' ) );
23
-			if ( $categories_list && strip_categorized_blog() ) {
22
+				$categories_list = get_the_category_list(__(', ', 'strip'));
23
+			if ($categories_list && strip_categorized_blog()) {
24 24
 				echo '<span class="categories-links">' . $categories_list . '</span>';
25 25
 			}
26 26
 
27
-			if ( ! is_single() ) :
28
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
27
+			if ( ! is_single()) :
28
+				the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>');
29 29
 			else :
30
-					the_title( '<h1 class="entry-title">', '</h1>' );
30
+					the_title('<h1 class="entry-title">', '</h1>');
31 31
 			endif;
32 32
 			?>
33 33
 			</header><!-- .entry-header -->
34 34
 
35
-					<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
35
+					<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
36 36
 
37 37
 		</div><!-- .entry-attachment -->
38 38
 
39 39
 		<footer class="entry-meta">
40 40
 			<?php strip_entry_meta(); ?>
41 41
 
42
-			<span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'image' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'image' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'image' ) ); ?></a></span>
42
+			<span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('image')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('image'))); ?>"><?php echo esc_html(get_post_format_string('image')); ?></a></span>
43 43
 
44
-			<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
44
+			<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
45 45
 		</footer><!-- .entry-meta -->
46 46
 
47
-				<?php if ( has_excerpt() ) : ?>
47
+				<?php if (has_excerpt()) : ?>
48 48
 		<div class="entry-summary">
49
-			<?php do_action( 'strip_formatted_posts_excerpt_before' ); ?>
49
+			<?php do_action('strip_formatted_posts_excerpt_before'); ?>
50 50
 			<?php the_excerpt(); ?>
51
-			<?php do_action( 'strip_formatted_posts_excerpt_after' ); ?>
51
+			<?php do_action('strip_formatted_posts_excerpt_after'); ?>
52 52
 		</div><!-- .entry-caption -->
53 53
 		<?php endif; ?>
54 54
 
Please login to merge, or discard this patch.
content-link.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@  discard block
 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' ) );
16
-			if ( $categories_list && strip_categorized_blog() ) {
15
+				$categories_list = get_the_category_list(__(', ', 'strip'));
16
+			if ($categories_list && strip_categorized_blog()) {
17 17
 				echo '<span class="categories-links">' . $categories_list . '</span>';
18 18
 			}
19 19
 			?>
@@ -22,13 +22,13 @@  discard block
 block discarded – undo
22 22
 		<footer class="entry-meta">
23 23
 			<?php strip_entry_meta(); ?>
24 24
 
25
-			<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>
25
+			<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>
26 26
 
27
-			<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
27
+			<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
28 28
 		</footer><!-- .entry-meta -->
29 29
 
30 30
 		<div class="entry-content">
31
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
31
+			<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
32 32
 
33 33
 			</div><!-- .entry-content -->
34 34
 		</div><!-- .entry-wrap -->
Please login to merge, or discard this patch.
content-audio.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -14,30 +14,30 @@
 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' ) );
18
-				if ( $categories_list && strip_categorized_blog() ) {
17
+					$categories_list = get_the_category_list(__(', ', 'strip'));
18
+				if ($categories_list && strip_categorized_blog()) {
19 19
 					echo '<span class="categories-links">' . $categories_list . '</span>';
20 20
 				}
21 21
 
22
-				if ( ! is_single() ) :
23
-					the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
22
+				if ( ! is_single()) :
23
+					the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>');
24 24
 				else :
25
-						the_title( '<h1 class="entry-title">', '</h1>' );
25
+						the_title('<h1 class="entry-title">', '</h1>');
26 26
 				endif;
27 27
 				?>
28 28
 			</header><!-- .entry-header -->
29 29
 
30 30
 			<footer class="entry-meta">
31 31
 
32
-				<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>
32
+				<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>
33 33
 
34
-				<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
34
+				<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
35 35
 			</footer><!-- .entry-meta -->
36 36
 
37 37
 		</div><!-- .entry-info -->
38 38
 
39 39
 		<div class="entry-content clear">
40
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
40
+			<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
41 41
 
42 42
 		</div><!-- .entry-content -->
43 43
 	</div><!-- .entry-wrap -->
Please login to merge, or discard this patch.
content-video.php 1 patch
Spacing   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -7,31 +7,31 @@  discard block
 block discarded – undo
7 7
  */
8 8
 
9 9
 // Access global variable directly to set content_width.
10
-if ( isset( $GLOBALS['content_width'] ) ) {
10
+if (isset($GLOBALS['content_width'])) {
11 11
 	$GLOBALS['content_width'] = 1920;
12 12
 }
13 13
 ?>
14 14
 
15
-<article id="post-<?php the_ID(); ?>" <?php post_class( 'clear' ); ?>>
15
+<article id="post-<?php the_ID(); ?>" <?php post_class('clear'); ?>>
16 16
 	<div class="entry-wrap wrap clear">
17 17
 
18 18
 	<?php
19
-	if ( '' !== get_the_post_thumbnail() ) :
20
-		the_post_thumbnail( 'strip-featured-thumbnail' );
19
+	if ('' !== get_the_post_thumbnail()) :
20
+		the_post_thumbnail('strip-featured-thumbnail');
21 21
 	endif;
22 22
 	?>
23 23
 
24 24
 	<header class="entry-header">
25 25
 		<?php
26
-			$categories_list = get_the_category_list( __( ', ', 'strip' ) );
27
-		if ( $categories_list && strip_categorized_blog() ) {
26
+			$categories_list = get_the_category_list(__(', ', 'strip'));
27
+		if ($categories_list && strip_categorized_blog()) {
28 28
 			echo '<span class="categories-links">' . $categories_list . '</span>';
29 29
 		}
30 30
 
31
-		if ( ! is_single() ) :
32
-			the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
31
+		if ( ! is_single()) :
32
+			the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>');
33 33
 		else :
34
-			the_title( '<h1 class="entry-title">', '</h1>' );
34
+			the_title('<h1 class="entry-title">', '</h1>');
35 35
 		endif;
36 36
 		?>
37 37
 	</header><!-- .entry-header -->
@@ -40,8 +40,8 @@  discard block
 block discarded – undo
40 40
 		<?php
41 41
 			the_content(sprintf(
42 42
 				/* translators: %s: Name of current post. */
43
-				esc_html( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'strip' ), array( 'span' => array( 'class' => array() ) ) ),
44
-				the_title( '<span class="screen-reader-text">"', '"</span>', false )
43
+				esc_html(__('Continue reading %s <span class="meta-nav">&rarr;</span>', 'strip'), array('span' => array('class' => array()))),
44
+				the_title('<span class="screen-reader-text">"', '"</span>', false)
45 45
 			));
46 46
 
47 47
 		?>
@@ -50,16 +50,16 @@  discard block
 block discarded – undo
50 50
 			<footer class="entry-meta">
51 51
 				<?php strip_entry_meta(); ?>
52 52
 
53
-				<span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'video' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'video' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'video' ) ); ?></a></span>
53
+				<span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('video')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('video'))); ?>"><?php echo esc_html(get_post_format_string('video')); ?></a></span>
54 54
 
55
-				<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
55
+				<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
56 56
 			</footer><!-- .entry-meta -->
57 57
 
58
-	<?php if ( has_excerpt() ) : ?>
58
+	<?php if (has_excerpt()) : ?>
59 59
 		<div class="entry-summary">
60
-	<?php do_action( 'strip_formatted_posts_excerpt_before' ); ?>
60
+	<?php do_action('strip_formatted_posts_excerpt_before'); ?>
61 61
 	<?php the_excerpt(); ?>
62
-	<?php do_action( 'strip_formatted_posts_excerpt_after' ); ?>
62
+	<?php do_action('strip_formatted_posts_excerpt_after'); ?>
63 63
 		</div><!-- .entry-caption -->
64 64
 	<?php endif; ?>
65 65
 
Please login to merge, or discard this patch.