Completed
Push — master ( 1a766a...402478 )
by SILENT
02:52
created
single-comic.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@  discard block
 block discarded – undo
6 6
  * @subpackage Strip
7 7
  */
8 8
 
9
-if ( post_type_exists( $post_type )  && is_single() ) {
10
-	get_header( 'lite' );
9
+if (post_type_exists($post_type) && is_single()) {
10
+	get_header('lite');
11 11
 } else {
12 12
 	get_header();
13 13
 }
@@ -18,25 +18,25 @@  discard block
 block discarded – undo
18 18
 
19 19
 	<?php
20 20
 	// Start the loop.
21
-	while ( have_posts() ) : the_post(); ?>
21
+	while (have_posts()) : the_post(); ?>
22 22
 
23 23
 			<div class="entry-comic">
24 24
 
25
-				<?php get_template_part( 'content-comic' ); ?>
25
+				<?php get_template_part('content-comic'); ?>
26 26
 
27 27
 					<div class="wrap clear">
28 28
 
29
-						<h1 class="screen-reader-text"><?php esc_html_e( 'Post navigation', 'strip' ); ?></h1>
29
+						<h1 class="screen-reader-text"><?php esc_html_e('Post navigation', 'strip'); ?></h1>
30 30
 
31 31
 								<div class="navigation-comic">
32
-								<nav class="nav-first"><a href="<?php echo esc_url( first_comic_link() ); ?>"><?php esc_html_e( 'Start', 'strip' ); ?></a></nav>
33
-								<nav class="nav-previous"><?php previous_post_link( '%link', __( 'Previous', 'strip' ), true, '', 'story' ); ?></nav>
34
-								<nav class="nav-title"><?php the_title( '<h4 class="series-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h4>' ); ?></nav>
35
-								<nav class="nav-next"><?php next_post_link( '%link', __( 'Next', 'strip' ), true, '', 'story' ); ?></nav>
36
-								<nav class="nav-last"><a href="<?php echo esc_url( last_comic_link() ); ?>"><?php esc_html_e( 'Last', 'strip' ); ?></a></nav>
32
+								<nav class="nav-first"><a href="<?php echo esc_url(first_comic_link()); ?>"><?php esc_html_e('Start', 'strip'); ?></a></nav>
33
+								<nav class="nav-previous"><?php previous_post_link('%link', __('Previous', 'strip'), true, '', 'story'); ?></nav>
34
+								<nav class="nav-title"><?php the_title('<h4 class="series-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h4>'); ?></nav>
35
+								<nav class="nav-next"><?php next_post_link('%link', __('Next', 'strip'), true, '', 'story'); ?></nav>
36
+								<nav class="nav-last"><a href="<?php echo esc_url(last_comic_link()); ?>"><?php esc_html_e('Last', 'strip'); ?></a></nav>
37 37
 							</div><!-- .wrap -->
38 38
 
39
-						<?php set_transient( 'story', $post_type );?>
39
+						<?php set_transient('story', $post_type); ?>
40 40
 
41 41
 			</div><!-- #entry-comic -->
42 42
 
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
 
45 45
 		<?php
46 46
 			// If comments are open or we have at least one comment, load up the comment template.
47
-		if ( comments_open() || '0' !== get_comments_number() ) :
47
+		if (comments_open() || '0' !== get_comments_number()) :
48 48
 			comments_template();
49 49
 		endif;
50 50
 
@@ -52,4 +52,4 @@  discard block
 block discarded – undo
52 52
 
53 53
 		</main><!-- #content -->
54 54
 	</section><!-- #primary -->
55
-<?php get_footer( 'lite' ); ?>
55
+<?php get_footer('lite'); ?>
Please login to merge, or discard this patch.
image.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -6,14 +6,14 @@  discard block
 block discarded – undo
6 6
  * @subpackage Strip
7 7
  */
8 8
 
9
-get_header( 'lite' );
9
+get_header('lite');
10 10
 ?>
11 11
 	<div id="primary" class="content-area image-attachment">
12 12
 		<div id="content" class="site-content" role="main">
13 13
 
14 14
 	<?php
15 15
 	// Start the loop.
16
-	while ( have_posts() ) :
16
+	while (have_posts()) :
17 17
 		the_post(); ?>
18 18
 
19 19
 			<article id="post-<?php the_ID(); ?>">
@@ -29,9 +29,9 @@  discard block
 block discarded – undo
29 29
 					 *
30 30
 					 * @param string $image_size Image size. Default 'full'.
31 31
 					 */
32
-					$image_size = apply_filters( 'strip_attachment_size', 'full' );
32
+					$image_size = apply_filters('strip_attachment_size', 'full');
33 33
 
34
-					echo wp_get_attachment_image( get_the_ID(), $image_size );
34
+					echo wp_get_attachment_image(get_the_ID(), $image_size);
35 35
 
36 36
 					?>
37 37
 
@@ -40,18 +40,18 @@  discard block
 block discarded – undo
40 40
 		<?php // image navigation. ?>
41 41
 <nav role="navigation" id="image-navigation" class="image-navigation">
42 42
 
43
-				<div class="previous"><?php previous_image_link( false, __( '<span class="meta-nav">&larr;</span> <span class="text-nav">Previous panel</span>', 'strip' ) ); ?></div>
44
-				<div class="next"><?php next_image_link( false, __( '<span class="meta-nav">&rarr;</span> <span class="text-nav">Next panel</span>', 'strip' ) ); ?></div>
43
+				<div class="previous"><?php previous_image_link(false, __('<span class="meta-nav">&larr;</span> <span class="text-nav">Previous panel</span>', 'strip')); ?></div>
44
+				<div class="next"><?php next_image_link(false, __('<span class="meta-nav">&rarr;</span> <span class="text-nav">Next panel</span>', 'strip')); ?></div>
45 45
 
46 46
 				<nav class="post-parent-title">
47
-					<?php printf( '<a href="%s" class="post-parent-title">%s</a>',
48
-						esc_url( get_permalink( $post->post_parent ) ),
49
-						esc_html( get_the_title( $post->post_parent ) )
47
+					<?php printf('<a href="%s" class="post-parent-title">%s</a>',
48
+						esc_url(get_permalink($post->post_parent)),
49
+						esc_html(get_the_title($post->post_parent))
50 50
 					); ?>
51 51
 				</nav>
52 52
 </nav><!-- #image-navigation -->
53 53
 
54
-		<?php if ( has_excerpt() ) : ?>
54
+		<?php if (has_excerpt()) : ?>
55 55
 					<div class="entry-caption">
56 56
 		<?php the_excerpt(); ?>
57 57
 					</div><!-- .entry-caption -->
@@ -66,4 +66,4 @@  discard block
 block discarded – undo
66 66
 		</div><!-- #content -->
67 67
 	</div><!-- #primary -->
68 68
 
69
-<?php get_footer( 'lite' ); ?>
69
+<?php get_footer('lite'); ?>
Please login to merge, or discard this patch.
content-video.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -8,23 +8,23 @@  discard block
 block discarded – undo
8 8
 
9 9
 ?>
10 10
 
11
-<article id="post-<?php the_ID(); ?>" <?php post_class( 'clear' ); ?>>
11
+<article id="post-<?php the_ID(); ?>" <?php post_class('clear'); ?>>
12 12
 	<div class="entry-wrap wrap clear">
13 13
 
14 14
 	<?php
15
-	if ( '' !== get_the_post_thumbnail() ) :
16
-		the_post_thumbnail( 'strip-featured-thumbnail' );
15
+	if ('' !== get_the_post_thumbnail()) :
16
+		the_post_thumbnail('strip-featured-thumbnail');
17 17
 	endif;
18 18
 	?>
19 19
 
20 20
 	<header class="entry-header">
21 21
 		<?php
22
-			$categories_list = get_the_category_list( __( ', ', 'strip' ) );
22
+			$categories_list = get_the_category_list(__(', ', 'strip'));
23 23
 
24
-		if ( ! is_single() ) :
25
-			the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
24
+		if ( ! is_single()) :
25
+			the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>');
26 26
 		else :
27
-			the_title( '<h1 class="entry-title">', '</h1>' );
27
+			the_title('<h1 class="entry-title">', '</h1>');
28 28
 		endif;
29 29
 		?>
30 30
 	</header><!-- .entry-header -->
@@ -33,8 +33,8 @@  discard block
 block discarded – undo
33 33
 		<?php
34 34
 			the_content(sprintf(
35 35
 				/* translators: %s: Name of current post. */
36
-				esc_html( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'strip' ), array( 'span' => array( 'class' => array() ) ) ),
37
-				the_title( '<span class="screen-reader-text">"', '"</span>', false )
36
+				esc_html(__('Continue reading %s <span class="meta-nav">&rarr;</span>', 'strip'), array('span' => array('class' => array()))),
37
+				the_title('<span class="screen-reader-text">"', '"</span>', false)
38 38
 			));
39 39
 
40 40
 		?>
@@ -43,16 +43,16 @@  discard block
 block discarded – undo
43 43
 			<footer class="entry-meta">
44 44
 				<?php strip_entry_meta(); ?>
45 45
 
46
-				<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>
46
+				<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>
47 47
 
48
-				<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
48
+				<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
49 49
 			</footer><!-- .entry-meta -->
50 50
 
51
-	<?php if ( has_excerpt() ) : ?>
51
+	<?php if (has_excerpt()) : ?>
52 52
 		<div class="entry-summary">
53
-	<?php do_action( 'strip_formatted_posts_excerpt_before' ); ?>
53
+	<?php do_action('strip_formatted_posts_excerpt_before'); ?>
54 54
 	<?php the_excerpt(); ?>
55
-	<?php do_action( 'strip_formatted_posts_excerpt_after' ); ?>
55
+	<?php do_action('strip_formatted_posts_excerpt_after'); ?>
56 56
 		</div><!-- .entry-caption -->
57 57
 	<?php endif; ?>
58 58
 
Please login to merge, or discard this patch.
inc/template-tags.php 1 patch
Spacing   +50 added lines, -50 removed lines patch added patch discarded remove patch
@@ -12,47 +12,47 @@  discard block
 block discarded – undo
12 12
  * Add custom header image to header area
13 13
  */
14 14
 function strip_header_background() {
15
-	if ( get_header_image() ) {
16
-		$css = '.site-branding { background-image: url(' . esc_url( get_header_image() ) . '); }';
17
-		wp_add_inline_style( 'strip-style', $css );
15
+	if (get_header_image()) {
16
+		$css = '.site-branding { background-image: url(' . esc_url(get_header_image()) . '); }';
17
+		wp_add_inline_style('strip-style', $css);
18 18
 	}
19 19
 }
20
-add_action( 'wp_enqueue_scripts', 'strip_header_background', 11 );
20
+add_action('wp_enqueue_scripts', 'strip_header_background', 11);
21 21
 
22
-if ( ! function_exists( 'strip_entry_meta' ) ) :
22
+if ( ! function_exists('strip_entry_meta')) :
23 23
 	/**
24 24
 	 * Prints HTML with meta information for the current post-date/time and author.
25 25
 	 */
26 26
 	function strip_entry_meta() {
27
-		if ( is_sticky() && is_home() ) {
27
+		if (is_sticky() && is_home()) {
28 28
 			printf(
29
-				wp_kses( '<span class="featured-post"><a href="%1$s" title="%2$s" rel="bookmark">Sticky</a></span>', 'strip' ),
30
-				esc_url( get_permalink() ),
31
-				esc_attr( get_the_time() )
29
+				wp_kses('<span class="featured-post"><a href="%1$s" title="%2$s" rel="bookmark">Sticky</a></span>', 'strip'),
30
+				esc_url(get_permalink()),
31
+				esc_attr(get_the_time())
32 32
 			);
33 33
 		}
34 34
 
35
-		if ( 'post' === get_post_type() ) {
35
+		if ('post' === get_post_type()) {
36 36
 			printf(
37
-				wp_kses_post( '<span class="entry-date"><a href="%1$s" title="%2$s" rel="bookmark"><time datetime="%3$s">%4$s</time></a></span><span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span>', 'strip' ),
38
-				esc_url( get_permalink() ),
39
-				esc_attr( get_the_time() ),
40
-				esc_attr( get_the_date( 'c' ) ),
37
+				wp_kses_post('<span class="entry-date"><a href="%1$s" title="%2$s" rel="bookmark"><time datetime="%3$s">%4$s</time></a></span><span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span>', 'strip'),
38
+				esc_url(get_permalink()),
39
+				esc_attr(get_the_time()),
40
+				esc_attr(get_the_date('c')),
41 41
 				get_the_date(),
42
-				esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
43
-				esc_attr( sprintf( __( 'View all posts by %s', 'strip' ), get_the_author() ) ),
42
+				esc_url(get_author_posts_url(get_the_author_meta('ID'))),
43
+				esc_attr(sprintf(__('View all posts by %s', 'strip'), get_the_author())),
44 44
 				get_the_author()
45 45
 			);
46 46
 		}
47 47
 
48
-		$tags_list = get_the_tag_list( '', _x( ', ', 'Used between list items, there is a space after the comma.', 'strip' ) );
49
-		if ( $tags_list ) {
50
-			printf( '<span class="tags-links">' . esc_html( '%1$s', 'strip' ) . '</span>', $tags_list ); // WPCS: XSS OK.
48
+		$tags_list = get_the_tag_list('', _x(', ', 'Used between list items, there is a space after the comma.', 'strip'));
49
+		if ($tags_list) {
50
+			printf('<span class="tags-links">' . esc_html('%1$s', 'strip') . '</span>', $tags_list); // WPCS: XSS OK.
51 51
 		}
52 52
 	}
53 53
 endif;
54 54
 
55
-if ( ! function_exists( 'strip_term_description' ) ) :
55
+if ( ! function_exists('strip_term_description')) :
56 56
 	/**
57 57
 	 * Display optional term description for category, tag and custom taxonomy pages.
58 58
 	 *
@@ -62,8 +62,8 @@  discard block
 block discarded – undo
62 62
 		// Show an optional term description.
63 63
 		$term_description = term_description();
64 64
 
65
-		if ( is_post_type_archive( 'comic' ) || is_category() || is_tag() || is_tax( 'story' ) && ! empty( $term_description ) ) :
66
-			printf( '<div class="taxonomy-description">%s</div>', $term_description, 'strip' ); // WPCS: XSS OK.
65
+		if (is_post_type_archive('comic') || is_category() || is_tag() || is_tax('story') && ! empty($term_description)) :
66
+			printf('<div class="taxonomy-description">%s</div>', $term_description, 'strip'); // WPCS: XSS OK.
67 67
 			endif;
68 68
 	}
69 69
 endif; // ends check for strip_term_description.
@@ -74,25 +74,25 @@  discard block
 block discarded – undo
74 74
  * @return bool
75 75
  */
76 76
 function strip_categorized_blog() {
77
-	$category_count = get_transient( 'strip_categories' );
77
+	$category_count = get_transient('strip_categories');
78 78
 
79
-	if ( false === $category_count ) {
79
+	if (false === $category_count) {
80 80
 		// Create an array of all the categories that are attached to posts.
81
-		$categories = get_categories( array(
81
+		$categories = get_categories(array(
82 82
 			'fields'     => 'ids',
83 83
 			'hide_empty' => 1,
84 84
 			// We only need to know if there is more than one category.
85 85
 			'number'     => 2,
86
-		) );
86
+		));
87 87
 
88 88
 		// Count the number of categories that are attached to the posts.
89
-		$category_count = count( $categories );
89
+		$category_count = count($categories);
90 90
 
91
-		set_transient( 'strip_categories', $category_count );
91
+		set_transient('strip_categories', $category_count);
92 92
 	}
93 93
 
94 94
 	// Allow viewing case of 0 or 1 categories in post preview.
95
-	if ( is_preview() ) {
95
+	if (is_preview()) {
96 96
 		return true;
97 97
 	}
98 98
 
@@ -104,16 +104,16 @@  discard block
 block discarded – undo
104 104
  * Flush out the transients used in strip_categorized_blog.
105 105
  */
106 106
 function strip_category_transient_flusher() {
107
-	if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
107
+	if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) {
108 108
 		return;
109 109
 	}
110 110
 	// Like, beat it. Dig?
111
-	delete_transient( 'strip_categories' );
111
+	delete_transient('strip_categories');
112 112
 }
113
-add_action( 'edit_category', 'strip_category_transient_flusher' );
114
-add_action( 'save_post',     'strip_category_transient_flusher' );
113
+add_action('edit_category', 'strip_category_transient_flusher');
114
+add_action('save_post', 'strip_category_transient_flusher');
115 115
 
116
-if ( ! function_exists( 'strip_the_custom_logo' ) ) :
116
+if ( ! function_exists('strip_the_custom_logo')) :
117 117
 	/**
118 118
 	 * Displays the optional custom logo.
119 119
 	 *
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 	 * @since strip 1.0
123 123
 	 */
124 124
 	function strip_the_custom_logo() {
125
-		if ( function_exists( 'the_custom_logo' ) ) {
125
+		if (function_exists('the_custom_logo')) {
126 126
 			the_custom_logo();
127 127
 		}
128 128
 	}
@@ -138,10 +138,10 @@  discard block
 block discarded – undo
138 138
  * @param string $taxonomy       Optional. Taxonomy, if $in_same_term is true. Default 'category'.
139 139
  * @return mixed Array containing the boundary post object if successful, null otherwise.
140 140
  */
141
-function get_comic_boundary_post( $in_same_term, $start, $taxonomy ) {
141
+function get_comic_boundary_post($in_same_term, $start, $taxonomy) {
142 142
 	global $post;
143
-	setup_postdata( $post );
144
-	if ( ! taxonomy_exists( $taxonomy ) ) {
143
+	setup_postdata($post);
144
+	if ( ! taxonomy_exists($taxonomy)) {
145 145
 		return null;
146 146
 	}
147 147
 
@@ -155,37 +155,37 @@  discard block
 block discarded – undo
155 155
 	);
156 156
 
157 157
 	$term_array = array();
158
-	if ( $in_same_term ) {
159
-		if ( $in_same_term ) {
160
-			$term_array = wp_get_object_terms( $post->ID, $taxonomy, array( 'fields' => 'ids' ) );
158
+	if ($in_same_term) {
159
+		if ($in_same_term) {
160
+			$term_array = wp_get_object_terms($post->ID, $taxonomy, array('fields' => 'ids'));
161 161
 		}
162
-		$query_args['tax_query'] = array( array(
162
+		$query_args['tax_query'] = array(array(
163 163
 			'taxonomy' => $taxonomy,
164
-			'terms' => array_merge( $term_array ),
164
+			'terms' => array_merge($term_array),
165 165
 		),
166 166
 		);
167 167
 	}
168 168
 
169 169
 	$get_posts = new wp_query;
170
-	return $get_posts -> query( $query_args );
170
+	return $get_posts -> query($query_args);
171 171
 }
172 172
 
173 173
 /**
174 174
  * Link to the first comic post in same term
175 175
  */
176 176
 function first_comic_link() {
177
-	$first = get_comic_boundary_post( true, true, 'story' );
178
-	apply_filters( 'the_title', $first[0]->post_title );
177
+	$first = get_comic_boundary_post(true, true, 'story');
178
+	apply_filters('the_title', $first[0]->post_title);
179 179
 
180
-	echo esc_html( get_permalink( $first[0]->ID ) );
180
+	echo esc_html(get_permalink($first[0]->ID));
181 181
 }
182 182
 
183 183
 /**
184 184
  * Link to the last comic post in same term
185 185
  */
186 186
 function last_comic_link() {
187
-	$last = get_comic_boundary_post( true, false, 'story' );
188
-	apply_filters( 'the_title', $last[0]->post_title );
187
+	$last = get_comic_boundary_post(true, false, 'story');
188
+	apply_filters('the_title', $last[0]->post_title);
189 189
 
190
-	echo esc_html( get_permalink( $last[0]->ID ) );
190
+	echo esc_html(get_permalink($last[0]->ID));
191 191
 }
Please login to merge, or discard this patch.
footer-lite.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,14 +13,14 @@
 block discarded – undo
13 13
 	<footer id="colophon" class="site-footer" role="contentinfo">
14 14
 
15 15
 	  <div class="site-info">
16
-				&copy; <span class="site-name"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> <?php
16
+				&copy; <span class="site-name"><a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a></span> <?php
17 17
 				$from_year = 2016;
18
-				$this_year = (int) date( 'Y' );
19
-				echo esc_html( $from_year . (($from_year !== $this_year) ? '-' . $this_year : '') );?>
18
+				$this_year = (int) date('Y');
19
+				echo esc_html($from_year . (($from_year !== $this_year) ? '-' . $this_year : '')); ?>
20 20
 				<span class="sep"> | </span>
21
-		<?php do_action( 'strip_credits' );
21
+		<?php do_action('strip_credits');
22 22
 					?>
23
-					<a href="<?php echo esc_url( __( 'https://github.com/SilentComics/Strip', 'strip' ) ); ?>"><?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'strip' ), 'strip', 'Hoa' ); ?></a>
23
+					<a href="<?php echo esc_url(__('https://github.com/SilentComics/Strip', 'strip')); ?>"><?php printf(esc_html__('Theme: %1$s by %2$s.', 'strip'), 'strip', 'Hoa'); ?></a>
24 24
 			</div><!-- .site-info -->
25 25
 		</footer><!-- #colophon -->
26 26
 	</div><!-- #page -->
Please login to merge, or discard this patch.
content-gallery.php 1 patch
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -11,22 +11,22 @@  discard block
 block discarded – undo
11 11
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
12 12
 	<div class="entry-wrap wrap clear">
13 13
 
14
-<?php if ( '' !== get_the_post_thumbnail() ) :
15
-	the_post_thumbnail( 'strip-featured-thumbnail' );
14
+<?php if ('' !== get_the_post_thumbnail()) :
15
+	the_post_thumbnail('strip-featured-thumbnail');
16 16
 endif; ?>
17 17
 
18 18
 		<header class="entry-header">
19 19
 	<?php
20
-				$categories_list = get_the_category_list( __( ', ', 'strip' ) );
20
+				$categories_list = get_the_category_list(__(', ', 'strip'));
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
 		<div class="entry-content clear">
29
-	<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>
29
+	<?php the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'strip')); ?>
30 30
 
31 31
 		</div><!-- .entry-content -->
32 32
 		</header><!-- .entry-header -->
@@ -34,16 +34,16 @@  discard block
 block discarded – undo
34 34
 		<footer class="entry-meta">
35 35
 	<?php strip_entry_meta(); ?>
36 36
 
37
-			<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>
37
+			<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>
38 38
 
39
-	<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
39
+	<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
40 40
 		</footer><!-- .entry-meta -->
41 41
 
42
-	<?php if ( has_excerpt() ) : ?>
42
+	<?php if (has_excerpt()) : ?>
43 43
 		<div class="entry-summary">
44
-	<?php do_action( 'strip_formatted_posts_excerpt_before' ); ?>
44
+	<?php do_action('strip_formatted_posts_excerpt_before'); ?>
45 45
 	<?php the_excerpt(); ?>
46
-	<?php do_action( 'strip_formatted_posts_excerpt_after' ); ?>
46
+	<?php do_action('strip_formatted_posts_excerpt_after'); ?>
47 47
 		</div><!-- .entry-caption -->
48 48
 	<?php endif; ?>
49 49
 
Please login to merge, or discard this patch.
archive-story.php 1 patch
Spacing   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@  discard block
 block discarded – undo
17 17
 		<div class="wrap">
18 18
 			<header class="entry-header">
19 19
 				<h3 class="taxonomy-description">
20
-					<?php printf( '<a href="%s" class="post-parent-title">%s</a>',
21
-						esc_url( get_post_type_archive_link( 'comic' ) ),
22
-						esc_html( get_the_title() )
20
+					<?php printf('<a href="%s" class="post-parent-title">%s</a>',
21
+						esc_url(get_post_type_archive_link('comic')),
22
+						esc_html(get_the_title())
23 23
 					); ?>
24 24
 					</a></h3>
25 25
 				<h1 class="page-title"><?php the_title(); ?></h1>
@@ -29,34 +29,34 @@  discard block
 block discarded – undo
29 29
 
30 30
 			<?php
31 31
 			// get the correct paged figure on a Custom Page That Isn’t Static Home Page.
32
-			$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1; ?>
32
+			$paged = (get_query_var('paged')) ? get_query_var('paged') : 1; ?>
33 33
 
34 34
 
35 35
 		<?php
36 36
 
37 37
 					// Call and run loop in descending order.
38
-					$loop = new WP_Query( array(
38
+					$loop = new WP_Query(array(
39 39
 						'post_type'			     => 'comic',
40 40
 						'story'              => '', // add story term here if you want this template to only archive a specific story.
41 41
 						'posts_per_page'     => 12, // changes default Blog pages number "reading settings" set in dashboard.
42 42
 						'paged'              => $paged, // you absolutely need this.
43 43
 						'orderby'            => 'title', // order by title or date.
44 44
 						'order'              => 'DESC',
45
-					) );
45
+					));
46 46
 
47 47
 					// Start the loop.
48
-					if ( $loop->have_posts() ) :
49
-						while ( $loop->have_posts() ) :
48
+					if ($loop->have_posts()) :
49
+						while ($loop->have_posts()) :
50 50
 							$loop->the_post();
51 51
 			?>
52 52
 			<div class="three-column">
53
-				<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf( esc_html__( 'Permanent Link to %s', 'strip' ),the_title_attribute( 'echo=0' ) ); ?>"></a>
54
-				<?php if ( get_the_post_thumbnail() !== '' ) {
53
+				<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf(esc_html__('Permanent Link to %s', 'strip'), the_title_attribute('echo=0')); ?>"></a>
54
+				<?php if (get_the_post_thumbnail() !== '') {
55 55
 
56 56
 					echo '<a href="';
57 57
 					the_permalink();
58 58
 					echo '" class="thumbnail-wrapper">';
59
-					the_post_thumbnail( 'thumbnail' );
59
+					the_post_thumbnail('thumbnail');
60 60
 
61 61
 					echo '</a>';
62 62
 
@@ -66,12 +66,12 @@  discard block
 block discarded – undo
66 66
 	the_permalink();
67 67
 	echo '" class="thumbnail-wrapper">';
68 68
 	echo '<img src="';
69
-	echo esc_html( get_first_image() );
69
+	echo esc_html(get_first_image());
70 70
 	echo '" alt="" />';
71 71
 	echo '</a>';
72 72
 } ?>
73 73
 
74
-<h2 class="series-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf( esc_html__( 'Permanent Link to %s', 'strip' ), the_title_attribute( 'echo=0' ) ); ?>"><?php the_title(); ?></a></h2>
74
+<h2 class="series-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf(esc_html__('Permanent Link to %s', 'strip'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
75 75
 
76 76
 			</div><!-- .column -->
77 77
 			<?php endwhile; ?>
@@ -84,23 +84,23 @@  discard block
 block discarded – undo
84 84
 				global $wp_query;
85 85
 
86 86
 				$big = 999999999; // need an unlikely integer.
87
-				$translated = __( 'Page', 'strip' ); // supply translatable string.
87
+				$translated = __('Page', 'strip'); // supply translatable string.
88 88
 
89
-				echo wp_kses_post( paginate_links( // Data validation: wp_kses_post see https://developer.wordpress.org/reference/functions/wp_kses_post/.
89
+				echo wp_kses_post(paginate_links( // Data validation: wp_kses_post see https://developer.wordpress.org/reference/functions/wp_kses_post/.
90 90
 					array(
91
-					'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
91
+					'base' => str_replace($big, '%#%', esc_url(get_pagenum_link($big))),
92 92
 					'format' => '?paged=%#%',
93
-					'current' => max( 1, get_query_var( 'paged', 1 ) ),
93
+					'current' => max(1, get_query_var('paged', 1)),
94 94
 					'total' => $loop->max_num_pages,
95 95
 					'before_page_number' => '<span class="screen-reader-text">' . $translated . ' </span>',
96
-					'prev_text' => esc_html__( 'Previous', 'strip' ), // If you want to change the previous link text.
97
-					'next_text' => esc_html__( 'Next', 'strip' ), // If you want to change the next link text.
96
+					'prev_text' => esc_html__('Previous', 'strip'), // If you want to change the previous link text.
97
+					'next_text' => esc_html__('Next', 'strip'), // If you want to change the next link text.
98 98
 					'type' => 'title', // How you want the return value to be formatted.
99 99
 					'add_fragment' => '#result', // Your anchor.
100
-				) ) );
100
+				) ));
101 101
 
102 102
 		else :
103
-			get_template_part( 'no-results', 'archive-comic' );
103
+			get_template_part('no-results', 'archive-comic');
104 104
 		endif; ?>
105 105
 
106 106
 				</div><!-- .wrap -->
Please login to merge, or discard this patch.
functions.php 1 patch
Spacing   +203 added lines, -203 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@  discard block
 block discarded – undo
9 9
  */
10 10
 
11 11
 	// Set the content width based on the theme's design and stylesheet.
12
-if ( ! isset( $content_width ) ) {
12
+if ( ! isset($content_width)) {
13 13
 		$content_width = 1920;
14 14
 } /* pixels */
15 15
 
16
-if ( ! function_exists( 'strip_setup' ) ) :
16
+if ( ! function_exists('strip_setup')) :
17 17
 	/**
18 18
 	 * Sets up theme defaults and registers support for various WordPress features.
19 19
 	 *
@@ -28,29 +28,29 @@  discard block
 block discarded – undo
28 28
 * adding custom login css
29 29
 * changing text in footer of admin
30 30
 */
31
-		require_once( 'assets/admin.php' );
31
+		require_once('assets/admin.php');
32 32
 		/**
33 33
 * Make theme available for translation
34 34
 * Translations can be filed in the /languages/ directory
35 35
 * If you're building a theme based on strip, use a find and replace
36 36
 * to change 'strip' to the name of your theme in all the template files
37 37
 */
38
-		load_theme_textdomain( 'strip', get_template_directory() . '/languages' );
38
+		load_theme_textdomain('strip', get_template_directory() . '/languages');
39 39
 
40 40
 		// Add default posts and comments RSS feed links to head.
41
-		add_theme_support( 'automatic-feed-links' );
41
+		add_theme_support('automatic-feed-links');
42 42
 
43 43
 		/**
44 44
 * Enable support for title-tag. Allows themes to add document title tag to HTML <head> (since version 4.1.).
45 45
 */
46
-		add_theme_support( 'title-tag' );
46
+		add_theme_support('title-tag');
47 47
 
48 48
 		/**
49 49
 * Enable support for custom logo.
50 50
 *
51 51
 * @since strip 1.0
52 52
 */
53
-		add_theme_support( 'custom-logo', array(
53
+		add_theme_support('custom-logo', array(
54 54
 			'height'      => 156,
55 55
 			'width'       => 312,
56 56
 			'flex-height' => true,
@@ -63,11 +63,11 @@  discard block
 block discarded – undo
63 63
 *
64 64
 * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
65 65
 */
66
-		add_theme_support( 'post-thumbnails' );
67
-		add_image_size( 'strip-featured-image', 1920, 960, true );
68
-		add_image_size( 'strip-large', 1920, 960, true ); // cropped.
69
-		add_image_size( 'strip-medium', 624, 312, true ); // cropped.
70
-		add_image_size( 'strip-thumbnail', 312, 156, true ); // cropped.
66
+		add_theme_support('post-thumbnails');
67
+		add_image_size('strip-featured-image', 1920, 960, true);
68
+		add_image_size('strip-large', 1920, 960, true); // cropped.
69
+		add_image_size('strip-medium', 624, 312, true); // cropped.
70
+		add_image_size('strip-thumbnail', 312, 156, true); // cropped.
71 71
 
72 72
 		/**
73 73
 		 * Remove paragraph tags around images.
@@ -77,35 +77,35 @@  discard block
 block discarded – undo
77 77
 		 * @link https://css-tricks.com/snippets/wordpress/remove-paragraph-tags-from-around-images/
78 78
 		 * @see http://codex.wordpress.org/Function_Reference/wpautop gets the same result but removes line blocks: remove_filter( 'the_content', 'wpautop' );
79 79
 		 */
80
-		function filter_ptags_on_images( $content ) {
81
-			return preg_replace( '/<p>\s*(<a .*>)?\s*(<img .* \/>)\s*(<\/a>)?\s*<\/p>/iU', '\1\2\3', $content );
80
+		function filter_ptags_on_images($content) {
81
+			return preg_replace('/<p>\s*(<a .*>)?\s*(<img .* \/>)\s*(<\/a>)?\s*<\/p>/iU', '\1\2\3', $content);
82 82
 		}
83
-		add_filter( 'the_content', 'filter_ptags_on_images' );
83
+		add_filter('the_content', 'filter_ptags_on_images');
84 84
 
85 85
 		/**
86 86
 	 	* This theme uses wp_nav_menu() in one location.
87 87
 	 	*/
88 88
 		register_nav_menus(array(
89
-			'primary' => __( 'Primary Menu', 'strip' ),
89
+			'primary' => __('Primary Menu', 'strip'),
90 90
 		));
91 91
 
92 92
 		/*
93 93
 		* Switch default core markup for search form, comment form, and comments
94 94
 		* to output valid HTML5.
95 95
 		*/
96
-		add_theme_support( 'html5', array(
96
+		add_theme_support('html5', array(
97 97
 			'search-form',
98 98
 			'comment-form',
99 99
 			'comment-list',
100 100
 			'gallery',
101 101
 			'caption',
102 102
 			'widgets',
103
-		) );
103
+		));
104 104
 
105 105
 		/**
106 106
 	 * Enable support for Post Formats
107 107
 	 */
108
-		add_theme_support( 'post-formats', array(
108
+		add_theme_support('post-formats', array(
109 109
 			'image',
110 110
 			'video',
111 111
 			'quote',
@@ -113,35 +113,35 @@  discard block
 block discarded – undo
113 113
 			'gallery',
114 114
 			'audio',
115 115
 			'chat',
116
-		) );
116
+		));
117 117
 
118 118
 		// Setup the WordPress core custom background feature.
119 119
 		add_theme_support('custom-background', apply_filters('strip_custom_background_args', array(
120 120
 			'default-color' => 'ffffff',
121 121
 			'default-image' => '',
122
-		) ) );
122
+		)));
123 123
 	}
124 124
 
125 125
 	/**
126 126
 	* This theme styles the visual editor to resemble the theme style,
127 127
 	* specifically font, colors, icons, and column width.
128 128
 	*/
129
-	add_editor_style( array( '/assets/css/editor-style.css', '/assets/fonts/fenix.css' ) );
129
+	add_editor_style(array('/assets/css/editor-style.css', '/assets/fonts/fenix.css'));
130 130
 
131 131
 	// Indicate widget sidebars can use selective refresh in the Customizer.
132 132
 	// See https://make.wordpress.org/core/2016/03/22/implementing-selective-refresh-support-for-widgets/ for detail.
133
-	add_theme_support( 'customize-selective-refresh-widgets' );
133
+	add_theme_support('customize-selective-refresh-widgets');
134 134
 endif; // strip_setup.
135
-add_action( 'after_setup_theme', 'strip_setup' );
135
+add_action('after_setup_theme', 'strip_setup');
136 136
 
137 137
 /**
138 138
  * Register widgetized area and update sidebar with default widgets
139 139
  */
140 140
 function strip_widgets_init() {
141 141
 	register_sidebar(array(
142
-		'name'          => __( 'Main Sidebar', 'strip' ),
142
+		'name'          => __('Main Sidebar', 'strip'),
143 143
 		'id'            => 'sidebar',
144
-		'description'   => __( 'The main body widget area', 'strip' ),
144
+		'description'   => __('The main body widget area', 'strip'),
145 145
 		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
146 146
 		'after_widget'	=> '</aside>',
147 147
 		'before_title'	=> '<h2 class="widget-title">',
@@ -149,10 +149,10 @@  discard block
 block discarded – undo
149 149
 	));
150 150
 
151 151
 	// First footer widget area, located in the footer. Empty by default.
152
-	register_sidebar( array(
153
-		'name'          => __( 'First Footer Widget', 'strip' ),
152
+	register_sidebar(array(
153
+		'name'          => __('First Footer Widget', 'strip'),
154 154
 		'id'            => 'first-footer-widget',
155
-		'description'   => __( 'The first footer widget', 'strip' ),
155
+		'description'   => __('The first footer widget', 'strip'),
156 156
 		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
157 157
 		'after_widget'	=> '</aside>',
158 158
 		'before_title'	=> '<h3 class="widget-title">',
@@ -161,9 +161,9 @@  discard block
 block discarded – undo
161 161
 
162 162
 	// Second Footer Widget Area, located in the footer. Empty by default.
163 163
 	register_sidebar(array(
164
-		'name'          => __( 'Second Footer Widget', 'strip' ),
164
+		'name'          => __('Second Footer Widget', 'strip'),
165 165
 		'id'            => 'second-footer-widget',
166
-		'description'   => __( 'The second footer widget', 'strip' ),
166
+		'description'   => __('The second footer widget', 'strip'),
167 167
 		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
168 168
 		'after_widget'	=> '</aside>',
169 169
 		'before_title'	=> '<h3 class="widget-title">',
@@ -172,9 +172,9 @@  discard block
 block discarded – undo
172 172
 
173 173
 	// Third Footer Widget Area, located in the footer. Empty by default.
174 174
 	register_sidebar(array(
175
-		'name'          => __( 'Third Footer Widget', 'strip' ),
175
+		'name'          => __('Third Footer Widget', 'strip'),
176 176
 		'id'            => 'third-footer-widget',
177
-		'description'   => __( 'The third footer widget', 'strip' ),
177
+		'description'   => __('The third footer widget', 'strip'),
178 178
 		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
179 179
 		'after_widget'	=> '</aside>',
180 180
 		'before_title'	=> '<h3 class="widget-title">',
@@ -183,9 +183,9 @@  discard block
 block discarded – undo
183 183
 
184 184
 	// Fourth Footer Widget Area, located in the footer. Empty by default.
185 185
 	register_sidebar(array(
186
-		'name'           => __( 'Fourth Footer Widget', 'strip' ),
186
+		'name'           => __('Fourth Footer Widget', 'strip'),
187 187
 		'id'             => 'fourth-footer-widget',
188
-		'description'    => __( 'The fourth footer widget', 'strip' ),
188
+		'description'    => __('The fourth footer widget', 'strip'),
189 189
 		'before_widget'  => '<aside id="%1$s" class="widget %2$s">',
190 190
 		'after_widget'	 => '</aside>',
191 191
 		'before_title'	 => '<h3 class="widget-title">',
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
 	));
194 194
 
195 195
 }
196
-add_action( 'widgets_init', 'strip_widgets_init' );
196
+add_action('widgets_init', 'strip_widgets_init');
197 197
 
198 198
 /**
199 199
  * Handles JavaScript detection.
@@ -205,47 +205,47 @@  discard block
 block discarded – undo
205 205
 function strip_javascript_detection() {
206 206
 	echo "<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>\n";
207 207
 }
208
-add_action( 'wp_head', 'strip_javascript_detection', 0 );
208
+add_action('wp_head', 'strip_javascript_detection', 0);
209 209
 
210 210
 /**
211 211
  * Enqueue_styles for custom fonts.
212 212
  */
213 213
 function strip_scripts() {
214 214
 	// add custom font here if any.
215
-	wp_enqueue_style( 'fenix', get_template_directory_uri() . '/assets/fonts/fenix.css', array(), null );
215
+	wp_enqueue_style('fenix', get_template_directory_uri() . '/assets/fonts/fenix.css', array(), null);
216 216
 
217
-	wp_enqueue_style( 'inconsolata', get_template_directory_uri() . '/assets/fonts/inconsolata.css', array(), null );
217
+	wp_enqueue_style('inconsolata', get_template_directory_uri() . '/assets/fonts/inconsolata.css', array(), null);
218 218
 
219 219
 	// Theme stylesheet.
220
-	wp_enqueue_style( 'strip-style', get_stylesheet_uri() );
220
+	wp_enqueue_style('strip-style', get_stylesheet_uri());
221 221
 
222 222
 	// Load the Internet Explorer specific stylesheet. Conditional stylesheet — tested and works with IE9 on Windows7.
223
-	wp_enqueue_style( 'strip-ie', get_template_directory_uri() . 'assets/css/ie.css', array( 'strip-style' ), '20160305' );
224
-	wp_style_add_data( 'strip-ie', 'conditional', 'lt IE 10' );
223
+	wp_enqueue_style('strip-ie', get_template_directory_uri() . 'assets/css/ie.css', array('strip-style'), '20160305');
224
+	wp_style_add_data('strip-ie', 'conditional', 'lt IE 10');
225 225
 
226
-	if ( has_nav_menu( 'primary' ) ) {
227
-		wp_enqueue_script( 'strip-navigation', get_template_directory_uri() . '/assets/js/min/navigation-min.js', array(), '1.0', true );
226
+	if (has_nav_menu('primary')) {
227
+		wp_enqueue_script('strip-navigation', get_template_directory_uri() . '/assets/js/min/navigation-min.js', array(), '1.0', true);
228 228
 	}
229 229
 
230 230
 	// Load the html5 shiv.
231
-	wp_enqueue_script( 'strip-html5', get_template_directory_uri() . '/assets/js/min/html5-min.js', array(), '3.7.3' );
232
-	wp_script_add_data( 'strip-html5', 'conditional', 'lt IE 9' );
231
+	wp_enqueue_script('strip-html5', get_template_directory_uri() . '/assets/js/min/html5-min.js', array(), '3.7.3');
232
+	wp_script_add_data('strip-html5', 'conditional', 'lt IE 9');
233 233
 
234
-	wp_enqueue_script( 'strip-skip-link-focus-fix', get_template_directory_uri() . '/assets/js/min/skip-link-focus-fix-min.js', array(), '1.0', true );
234
+	wp_enqueue_script('strip-skip-link-focus-fix', get_template_directory_uri() . '/assets/js/min/skip-link-focus-fix-min.js', array(), '1.0', true);
235 235
 
236
-	if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
237
-		wp_enqueue_script( 'comment-reply' );
236
+	if (is_singular() && comments_open() && get_option('thread_comments')) {
237
+		wp_enqueue_script('comment-reply');
238 238
 
239 239
 			// toggle comments js.
240
-			wp_enqueue_script( 'strip-toggle-comments', get_template_directory_uri() . '/assets/js/min/toggle-comments-min.js', array( 'jquery' ), '1.2', true );
240
+			wp_enqueue_script('strip-toggle-comments', get_template_directory_uri() . '/assets/js/min/toggle-comments-min.js', array('jquery'), '1.2', true);
241 241
 
242
-		if ( is_single() && wp_attachment_is_image() ) {
243
-			wp_enqueue_script( 'strip-keyboard-image-navigation', get_template_directory_uri() . '/assets/js/min/keyboard-image-navigation-min.js', array( 'jquery' ), '20160412', true );
242
+		if (is_single() && wp_attachment_is_image()) {
243
+			wp_enqueue_script('strip-keyboard-image-navigation', get_template_directory_uri() . '/assets/js/min/keyboard-image-navigation-min.js', array('jquery'), '20160412', true);
244 244
 		}
245 245
 	}
246 246
 }
247 247
 
248
-add_action( 'wp_enqueue_scripts', 'strip_scripts' );
248
+add_action('wp_enqueue_scripts', 'strip_scripts');
249 249
 
250 250
 /**
251 251
  * Implement the Custom Header feature.
@@ -272,14 +272,14 @@  discard block
 block discarded – undo
272 272
  */
273 273
 require get_template_directory() . '/inc/jetpack.php';
274 274
 
275
-add_action( 'wp_enqueue_scripts', 'enqueue_royal_sliders' );
275
+add_action('wp_enqueue_scripts', 'enqueue_royal_sliders');
276 276
 /**
277 277
  * Register RoyalSLider
278 278
  */
279 279
 function enqueue_royal_sliders() {
280
-	if ( function_exists( 'register_new_royalslider_files' ) ) {
280
+	if (function_exists('register_new_royalslider_files')) {
281 281
 		// you could try this: if ( is_single() && is_archive() ) { but you don't really need it.
282
-			register_new_royalslider_files( 1 ); // place register_new_royalslider_files function here, 1 is your slider's configuration number
282
+			register_new_royalslider_files(1); // place register_new_royalslider_files function here, 1 is your slider's configuration number
283 283
 		// add } if use is_single etc.
284 284
 	}
285 285
 }
@@ -294,22 +294,22 @@  discard block
 block discarded – undo
294 294
 function get_first_image() {
295 295
 	global $post;
296 296
 	$first_img = '';
297
-	preg_match_all( '/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', do_shortcode( $post->post_content, 'gallery' ), $matches );
298
-	  $first_img = isset( $matches[1][0] ) ? $matches[1][0] : null;
297
+	preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', do_shortcode($post->post_content, 'gallery'), $matches);
298
+	  $first_img = isset($matches[1][0]) ? $matches[1][0] : null;
299 299
 
300
-	if ( empty( $first_img ) ) {
300
+	if (empty($first_img)) {
301 301
 			return get_template_directory_uri() . '/assets/images/empty.png'; // path to default image.
302 302
 	}
303 303
 
304 304
 		// Now we have the $first_img but we want the thumbnail of that image.
305
-		$explode = explode( '.', $first_img );
306
-		$count = count( $explode );
305
+		$explode = explode('.', $first_img);
306
+		$count = count($explode);
307 307
 		$size = '-624x312'; // Panel ratio (2:1) 312x156 for lighther page, 624x312 for retina; use add_image_size() and Force Regenerate Thumbnails plugin when changing sizes.
308
-		$explode[ $count -2 ] = $explode[ $count -2 ] . '' . $size;
309
-		$thumb_img = implode( '.', $explode );
308
+		$explode[$count - 2] = $explode[$count - 2] . '' . $size;
309
+		$thumb_img = implode('.', $explode);
310 310
 		return $thumb_img;
311 311
 }
312
-	add_filter( 'get_first_image', 'thumbnail' );
312
+	add_filter('get_first_image', 'thumbnail');
313 313
 
314 314
 /**
315 315
  * Register Custom Post Type for comics
@@ -317,24 +317,24 @@  discard block
 block discarded – undo
317 317
 function comic_post_type() {
318 318
 
319 319
 	$labels = array(
320
-		'name'                       => _x( 'Comics', 'Post Type General Name', 'strip' ),
321
-		'singular_name'              => _x( 'Comic', 'Post Type Singular Name', 'strip' ),
322
-		'menu_name'                  => _x( 'Comics', 'admin menu', 'strip' ),
323
-		'name_admin_bar'             => _x( 'Comic', 'add new on admin bar', 'strip' ),
324
-		'parent_item_colon'	         => __( 'Parent Comic:', 'strip' ),
325
-		'all_items'                  => __( 'All Comics', 'strip' ),
326
-		'add_new_item'               => __( 'Add New Comic', 'strip' ),
327
-		'add_new'                    => __( 'Add New Comic', 'strip' ),
328
-		'new_item'                   => __( 'New Comic', 'strip' ),
329
-		'edit_item'                  => __( 'Edit Comic', 'strip' ),
330
-		'update_item'                => __( 'Update Comic', 'strip' ),
331
-		'view_item'                  => __( 'View Comic', 'strip' ),
332
-		'search_items'               => __( 'Search Item', 'strip' ),
333
-		'not_found'                  => __( 'No Comics found', 'strip' ),
334
-		'not_found_in_trash'         => __( 'No Comics found in Trash', 'strip' ),
335
-		'items_list'                 => __( 'Comics list', 'strip' ),
336
-		'items_list_navigation'      => __( 'Comics list navigation', 'strip' ),
337
-		'filter_items_list'          => __( 'Filter Comics list', 'strip' ),
320
+		'name'                       => _x('Comics', 'Post Type General Name', 'strip'),
321
+		'singular_name'              => _x('Comic', 'Post Type Singular Name', 'strip'),
322
+		'menu_name'                  => _x('Comics', 'admin menu', 'strip'),
323
+		'name_admin_bar'             => _x('Comic', 'add new on admin bar', 'strip'),
324
+		'parent_item_colon'	         => __('Parent Comic:', 'strip'),
325
+		'all_items'                  => __('All Comics', 'strip'),
326
+		'add_new_item'               => __('Add New Comic', 'strip'),
327
+		'add_new'                    => __('Add New Comic', 'strip'),
328
+		'new_item'                   => __('New Comic', 'strip'),
329
+		'edit_item'                  => __('Edit Comic', 'strip'),
330
+		'update_item'                => __('Update Comic', 'strip'),
331
+		'view_item'                  => __('View Comic', 'strip'),
332
+		'search_items'               => __('Search Item', 'strip'),
333
+		'not_found'                  => __('No Comics found', 'strip'),
334
+		'not_found_in_trash'         => __('No Comics found in Trash', 'strip'),
335
+		'items_list'                 => __('Comics list', 'strip'),
336
+		'items_list_navigation'      => __('Comics list navigation', 'strip'),
337
+		'filter_items_list'          => __('Filter Comics list', 'strip'),
338 338
 	);
339 339
 
340 340
 	$supports = array(
@@ -351,11 +351,11 @@  discard block
 block discarded – undo
351 351
 	);
352 352
 
353 353
 	$args = array(
354
-		'label'                      => __( 'Comic', 'strip' ),
355
-		'description'                => __( 'Publish Comics and Webcomics', 'strip' ),
354
+		'label'                      => __('Comic', 'strip'),
355
+		'description'                => __('Publish Comics and Webcomics', 'strip'),
356 356
 		'labels'                     => $labels,
357 357
 		'supports'                   => $supports,
358
-		'taxonomies'                 => array( 'story', 'story_term', 'draft' ),
358
+		'taxonomies'                 => array('story', 'story_term', 'draft'),
359 359
 		'hierarchical'               => true,
360 360
 		'public'                     => true,
361 361
 		'show_ui'                    => true,
@@ -368,40 +368,40 @@  discard block
 block discarded – undo
368 368
 		'has_archive'                => true,
369 369
 		'feeds'                      => true,
370 370
 		'exclude_from_search'        => false,
371
-		'rewrite'                    => array( 'slug' => 'stories', 'with_front' => true ),
371
+		'rewrite'                    => array('slug' => 'stories', 'with_front' => true),
372 372
 		'publicly_queryable'	       => true,
373 373
 		'capability_type'            => 'post',
374 374
 	);
375
-	register_post_type( 'comic', $args );
375
+	register_post_type('comic', $args);
376 376
 }
377 377
 
378 378
 // Hook into the 'init' action.
379
-add_action( 'init', 'comic_post_type', 0 ); // End of register_cpt_comic().
379
+add_action('init', 'comic_post_type', 0); // End of register_cpt_comic().
380 380
 
381 381
 	/**
382 382
 	 * Register Custom Taxonomy 'story'
383 383
 	 */
384 384
 function comic_story_taxonomy() {
385 385
 	$labels = array(
386
-		'name'                       => _x( 'Comic Story', 'Taxonomy General Name', 'strip' ),
387
-		'singular_name'              => _x( 'Comic Story', 'Taxonomy Singular Name', 'strip' ),
388
-		'menu_name'                  => __( 'Comic Stories', 'strip' ),
389
-		'all_items'                  => __( 'All Comic Stories', 'strip' ),
390
-		'parent_item'                => __( 'Parent Story', 'strip' ),
391
-		'parent_item_colon'          => __( 'Parent Story:', 'strip' ),
392
-		'new_item_name'              => __( 'New Comic Story', 'strip' ),
393
-		'add_new_item'               => __( 'Add New Story', 'strip' ),
394
-		'edit_item'                  => __( 'Edit Story', 'strip' ),
395
-		'update_item'                => __( 'Update Story', 'strip' ),
396
-		'view_item'                  => __( 'View Item', 'strip' ),
397
-		'separate_items_with_commas' => __( 'Separate stories with commas', 'strip' ),
398
-		'add_or_remove_items'        => __( 'Add or Remove Stories', 'strip' ),
399
-		'choose_from_most_used'      => __( 'Choose from the most used stories', 'strip' ),
400
-		'popular_items'              => __( 'Popular comic stories', 'strip' ),
401
-		'search_items'               => __( 'Search Stories', 'strip' ),
402
-		'not_found'                  => __( 'No comic Stories found', 'strip' ),
403
-		'items_list'                 => __( 'Comic Stories list', 'strip' ),
404
-		'items_list_navigation'      => __( 'Comic Stories list navigation', 'strip' ),
386
+		'name'                       => _x('Comic Story', 'Taxonomy General Name', 'strip'),
387
+		'singular_name'              => _x('Comic Story', 'Taxonomy Singular Name', 'strip'),
388
+		'menu_name'                  => __('Comic Stories', 'strip'),
389
+		'all_items'                  => __('All Comic Stories', 'strip'),
390
+		'parent_item'                => __('Parent Story', 'strip'),
391
+		'parent_item_colon'          => __('Parent Story:', 'strip'),
392
+		'new_item_name'              => __('New Comic Story', 'strip'),
393
+		'add_new_item'               => __('Add New Story', 'strip'),
394
+		'edit_item'                  => __('Edit Story', 'strip'),
395
+		'update_item'                => __('Update Story', 'strip'),
396
+		'view_item'                  => __('View Item', 'strip'),
397
+		'separate_items_with_commas' => __('Separate stories with commas', 'strip'),
398
+		'add_or_remove_items'        => __('Add or Remove Stories', 'strip'),
399
+		'choose_from_most_used'      => __('Choose from the most used stories', 'strip'),
400
+		'popular_items'              => __('Popular comic stories', 'strip'),
401
+		'search_items'               => __('Search Stories', 'strip'),
402
+		'not_found'                  => __('No comic Stories found', 'strip'),
403
+		'items_list'                 => __('Comic Stories list', 'strip'),
404
+		'items_list_navigation'      => __('Comic Stories list navigation', 'strip'),
405 405
 	);
406 406
 	$args = array(
407 407
 		'labels'                     => $labels,
@@ -413,14 +413,14 @@  discard block
 block discarded – undo
413 413
 		'show_in_nav_menus'          => true,
414 414
 		'show_tagcloud'              => true,
415 415
 		'query_var'	                 => true,
416
-		'rewrite'                    => array( 'slug' => 'story' ),
416
+		'rewrite'                    => array('slug' => 'story'),
417 417
 	);
418
-	register_taxonomy( 'story', array( 'comic' ), $args );
419
-	register_taxonomy_for_object_type( 'story', 'comic' );
418
+	register_taxonomy('story', array('comic'), $args);
419
+	register_taxonomy_for_object_type('story', 'comic');
420 420
 }
421 421
 
422 422
 // Hook into the 'init' action.
423
-add_action( 'init', 'comic_story_taxonomy', 0 );
423
+add_action('init', 'comic_story_taxonomy', 0);
424 424
 
425 425
 /**
426 426
  * Function strip rewrite rules.
@@ -429,31 +429,31 @@  discard block
 block discarded – undo
429 429
 	flush_rewrite_rules();
430 430
 }
431 431
 /* Flush rewrite rules for custom post types. */
432
-add_action( 'after_switch_theme', 'strip_rewrite_rules' );
432
+add_action('after_switch_theme', 'strip_rewrite_rules');
433 433
 
434 434
 // Add Print taxonomy, NOT hierarchical (like tags)
435 435
 // Register Custom Taxonomy.
436 436
 	$labels = array(
437
-		'name'                       => _x( 'Prints', 'Taxonomy General Name', 'strip' ),
438
-		'singular_name'              => _x( 'Print', 'Taxonomy Singular Name', 'strip' ),
439
-		'menu_name'                  => __( 'Print', 'strip' ),
440
-		'all_items'                  => __( 'All Prints', 'strip' ),
441
-		'parent_item'                => __( 'Parent Print', 'strip' ),
442
-		'parent_item_colon'          => __( 'Parent Print:', 'strip' ),
443
-		'new_item_name'              => __( 'New Print Name', 'strip' ),
444
-		'add_new_item'               => __( 'Add New Print', 'strip' ),
445
-		'edit_item'                  => __( 'Edit Print', 'strip' ),
446
-		'update_item'                => __( 'Update Pring', 'strip' ),
447
-		'view_item'                  => __( 'View Print', 'strip' ),
448
-		'separate_items_with_commas' => __( 'Separate prints with commas', 'strip' ),
449
-		'add_or_remove_items'        => __( 'Add or remove prints', 'strip' ),
450
-		'choose_from_most_used'      => __( 'Choose from the most used', 'strip' ),
451
-		'popular_items'              => __( 'Popular Prints', 'strip' ),
452
-		'search_items'               => __( 'Search Prints', 'strip' ),
453
-		'not_found'                  => __( 'Not Found', 'strip' ),
454
-		'no_terms'                   => __( 'No prints', 'strip' ),
455
-		'items_list'                 => __( 'Prints list', 'strip' ),
456
-		'items_list_navigation'      => __( 'Prints list navigation', 'strip' ),
437
+		'name'                       => _x('Prints', 'Taxonomy General Name', 'strip'),
438
+		'singular_name'              => _x('Print', 'Taxonomy Singular Name', 'strip'),
439
+		'menu_name'                  => __('Print', 'strip'),
440
+		'all_items'                  => __('All Prints', 'strip'),
441
+		'parent_item'                => __('Parent Print', 'strip'),
442
+		'parent_item_colon'          => __('Parent Print:', 'strip'),
443
+		'new_item_name'              => __('New Print Name', 'strip'),
444
+		'add_new_item'               => __('Add New Print', 'strip'),
445
+		'edit_item'                  => __('Edit Print', 'strip'),
446
+		'update_item'                => __('Update Pring', 'strip'),
447
+		'view_item'                  => __('View Print', 'strip'),
448
+		'separate_items_with_commas' => __('Separate prints with commas', 'strip'),
449
+		'add_or_remove_items'        => __('Add or remove prints', 'strip'),
450
+		'choose_from_most_used'      => __('Choose from the most used', 'strip'),
451
+		'popular_items'              => __('Popular Prints', 'strip'),
452
+		'search_items'               => __('Search Prints', 'strip'),
453
+		'not_found'                  => __('Not Found', 'strip'),
454
+		'no_terms'                   => __('No prints', 'strip'),
455
+		'items_list'                 => __('Prints list', 'strip'),
456
+		'items_list_navigation'      => __('Prints list navigation', 'strip'),
457 457
 	);
458 458
 
459 459
 	$args = array(
@@ -465,21 +465,21 @@  discard block
 block discarded – undo
465 465
 		'show_in_nav_menus'          => true,
466 466
 		'show_tagcloud'              => true,
467 467
 	);
468
-	register_taxonomy( 'print', array( 'comic' ), $args );
468
+	register_taxonomy('print', array('comic'), $args);
469 469
 
470 470
 	/*
471 471
 	* WooCommerce Hooks
472 472
 	* Layout
473 473
 	*/
474
-	remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
475
-	remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
476
-	remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10 );
474
+	remove_action('woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0);
475
+	remove_action('woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
476
+	remove_action('woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
477 477
 	// remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 ); removes woo pagination.
478
-	remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
479
-	remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
478
+	remove_action('woocommerce_before_shop_loop', 'woocommerce_result_count', 20);
479
+	remove_action('woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30);
480 480
 
481
-	add_action( 'woocommerce_before_main_content', 'strip_wrapper_start', 10 );
482
-	add_action( 'woocommerce_after_main_content', 'strip_wrapper_end', 10 );
481
+	add_action('woocommerce_before_main_content', 'strip_wrapper_start', 10);
482
+	add_action('woocommerce_after_main_content', 'strip_wrapper_end', 10);
483 483
 
484 484
 		 /**
485 485
 		  * WooCommerce wrapper
@@ -495,13 +495,13 @@  discard block
 block discarded – undo
495 495
 		echo '</section>';
496 496
 	}
497 497
 
498
-	add_action( 'after_setup_theme', 'woocommerce_support' );
498
+	add_action('after_setup_theme', 'woocommerce_support');
499 499
 	/**
500 500
 	 * Add WooCommerce support
501 501
 	 * https://docs.woothemes.com/document/third-party-custom-theme-compatibility/*
502 502
 	 */
503 503
 	function woocommerce_support() {
504
-		add_theme_support( 'woocommerce' );
504
+		add_theme_support('woocommerce');
505 505
 	}
506 506
 
507 507
 	/**
@@ -509,13 +509,13 @@  discard block
 block discarded – undo
509 509
 	 */
510 510
 	function wp_enqueue_woocommerce_style() {
511 511
 
512
-			wp_register_style( 'strip-woocommerce', get_template_directory_uri() . '/assets/css/woocommerce-min.css' );
513
-		if ( class_exists( 'woocommerce' ) ) {
514
-			wp_enqueue_style( 'strip-woocommerce' );
512
+			wp_register_style('strip-woocommerce', get_template_directory_uri() . '/assets/css/woocommerce-min.css');
513
+		if (class_exists('woocommerce')) {
514
+			wp_enqueue_style('strip-woocommerce');
515 515
 		}
516 516
 	}
517 517
 
518
-	add_action( 'wp_enqueue_scripts', 'wp_enqueue_woocommerce_style' );
518
+	add_action('wp_enqueue_scripts', 'wp_enqueue_woocommerce_style');
519 519
 
520 520
 	/**
521 521
 * Optimize WooCommerce Scripts
@@ -526,53 +526,53 @@  discard block
 block discarded – undo
526 526
 * @link https://gist.github.com/DevinWalker/7621777
527 527
 * @link http://dessky.com/blog/disable-woocommerce-scripts-and-styles/
528 528
 */
529
-	add_action( 'wp_enqueue_scripts', 'strip_manage_woocommerce_styles', 99 );
529
+	add_action('wp_enqueue_scripts', 'strip_manage_woocommerce_styles', 99);
530 530
 
531 531
 	/**
532 532
 	 * Remove some WooCommerce queries.
533 533
 	 */
534 534
 	function strip_manage_woocommerce_styles() {
535 535
 		// remove generator meta tag.
536
-		remove_action( 'wp_head', array( 'woocommerce', 'generator' ) );
536
+		remove_action('wp_head', array('woocommerce', 'generator'));
537 537
 		// first check that woo exists to prevent fatal errors.
538
-		if ( function_exists( 'strip_is_woocommerce_activated' ) ) {
538
+		if (function_exists('strip_is_woocommerce_activated')) {
539 539
 			// dequeue scripts and styles, unless we're in the store.
540
-			if ( ! is_woocommerce() && ! is_cart() && ! is_checkout() ) {
541
-				wp_dequeue_style( 'woocommerce_frontend_styles' );
542
-				wp_dequeue_style( 'woocommerce-general' );
543
-				wp_dequeue_style( 'woocommerce-layout' );
544
-				wp_dequeue_style( 'woocommerce-smallscreen' );
545
-				wp_dequeue_style( 'woocommerce_fancybox_styles' );
546
-				wp_dequeue_style( 'woocommerce_chosen_styles' );
547
-				wp_dequeue_style( 'woocommerce_prettyPhoto_css' );
548
-				wp_dequeue_style( 'select2' );
549
-				wp_dequeue_style( 'strip-woocommerce' ); // the theme's CSS overwrite.
550
-				wp_dequeue_script( 'wc-add-payment-method' );
551
-				wp_dequeue_script( 'wc-lost-password' );
552
-				wp_dequeue_script( 'wc_price_slider' );
553
-				wp_dequeue_script( 'wc-single-product' );
554
-				wp_dequeue_script( 'wc-add-to-cart' );
555
-				wp_dequeue_script( 'wc-cart-fragments' );
556
-				wp_dequeue_script( 'wc-credit-card-form' );
557
-				wp_dequeue_script( 'wc-checkout' );
558
-				wp_dequeue_script( 'wc-add-to-cart-variation' );
559
-				wp_dequeue_script( 'wc-single-product' );
560
-				wp_dequeue_script( 'wc-cart' );
561
-				wp_dequeue_script( 'wc-chosen' );
562
-				wp_dequeue_script( 'woocommerce' );
563
-				wp_dequeue_script( 'jquery-cookie' );
564
-				wp_dequeue_script( 'prettyPhoto' );
565
-				wp_dequeue_script( 'prettyPhoto-init' );
566
-				wp_dequeue_script( 'jquery-blockui' );
567
-				wp_dequeue_script( 'jquery-placeholder' );
568
-				wp_dequeue_script( 'jquery-payment' );
569
-				wp_dequeue_script( 'fancybox' );
570
-				wp_dequeue_script( 'jqueryui' );
540
+			if ( ! is_woocommerce() && ! is_cart() && ! is_checkout()) {
541
+				wp_dequeue_style('woocommerce_frontend_styles');
542
+				wp_dequeue_style('woocommerce-general');
543
+				wp_dequeue_style('woocommerce-layout');
544
+				wp_dequeue_style('woocommerce-smallscreen');
545
+				wp_dequeue_style('woocommerce_fancybox_styles');
546
+				wp_dequeue_style('woocommerce_chosen_styles');
547
+				wp_dequeue_style('woocommerce_prettyPhoto_css');
548
+				wp_dequeue_style('select2');
549
+				wp_dequeue_style('strip-woocommerce'); // the theme's CSS overwrite.
550
+				wp_dequeue_script('wc-add-payment-method');
551
+				wp_dequeue_script('wc-lost-password');
552
+				wp_dequeue_script('wc_price_slider');
553
+				wp_dequeue_script('wc-single-product');
554
+				wp_dequeue_script('wc-add-to-cart');
555
+				wp_dequeue_script('wc-cart-fragments');
556
+				wp_dequeue_script('wc-credit-card-form');
557
+				wp_dequeue_script('wc-checkout');
558
+				wp_dequeue_script('wc-add-to-cart-variation');
559
+				wp_dequeue_script('wc-single-product');
560
+				wp_dequeue_script('wc-cart');
561
+				wp_dequeue_script('wc-chosen');
562
+				wp_dequeue_script('woocommerce');
563
+				wp_dequeue_script('jquery-cookie');
564
+				wp_dequeue_script('prettyPhoto');
565
+				wp_dequeue_script('prettyPhoto-init');
566
+				wp_dequeue_script('jquery-blockui');
567
+				wp_dequeue_script('jquery-placeholder');
568
+				wp_dequeue_script('jquery-payment');
569
+				wp_dequeue_script('fancybox');
570
+				wp_dequeue_script('jqueryui');
571 571
 			}
572 572
 		}
573 573
 	}
574 574
 
575
-	add_action( 'pre_get_posts', 'strip_set_posts_per_page' );
575
+	add_action('pre_get_posts', 'strip_set_posts_per_page');
576 576
 	/**
577 577
 	 * Set posts, WooCommerce products & comics number per archive page
578 578
 	 * Fixes 404 error on pagination due to CTP conflicting with WordPress posts_per_page default
@@ -581,23 +581,23 @@  discard block
 block discarded – undo
581 581
 	 * @param WP_Query $query strip_set_posts_per_page.
582 582
 	 * @return $query
583 583
 	 */
584
-	function strip_set_posts_per_page( $query ) {
584
+	function strip_set_posts_per_page($query) {
585 585
 		global $wp_the_query;
586
-		if ( $wp_the_query-> is_post_type_archive( 'product' ) ) {
587
-			$query->set( 'posts_per_page', 4 );
586
+		if ($wp_the_query-> is_post_type_archive('product')) {
587
+			$query->set('posts_per_page', 4);
588 588
 		}
589 589
 		return  $query;
590 590
 	}
591 591
 
592
-	add_action( 'pre_get_posts', 'add_comic_post_type_to_loop' );
592
+	add_action('pre_get_posts', 'add_comic_post_type_to_loop');
593 593
 	/**
594 594
 	 * Show comics post types on home page (blog) and feeds.
595 595
 	 *
596 596
 	 * @param string $loop add_comic_post_types_to_loop.
597 597
 	 */
598
-	function add_comic_post_type_to_loop( $loop ) {
599
-		if ( $loop->is_main_query() && $loop->is_home() ) {
600
-			$loop->set( 'post_type', array( 'post', 'comic' ) );
598
+	function add_comic_post_type_to_loop($loop) {
599
+		if ($loop->is_main_query() && $loop->is_home()) {
600
+			$loop->set('post_type', array('post', 'comic'));
601 601
 			return $loop;
602 602
 		}
603 603
 	}
@@ -610,35 +610,35 @@  discard block
 block discarded – undo
610 610
 	 * @param	string $post_id set_default_object_terms.
611 611
 	 * @param	string $post set_default_object_terms.
612 612
 	 */
613
-	function set_default_object_terms( $post_id, $post ) {
614
-		if ( 'publish' === $post->post_status && 'comic' === $post->post_type ) {
613
+	function set_default_object_terms($post_id, $post) {
614
+		if ('publish' === $post->post_status && 'comic' === $post->post_type) {
615 615
 			$defaults = array(
616
-			'story' => array( 'draft' ),
616
+			'story' => array('draft'),
617 617
 			);
618
-			$taxonomies = get_object_taxonomies( $post->post_type );
619
-			foreach ( (array) $taxonomies as $taxonomy ) {
620
-				$terms = get_the_terms( $post_id, $taxonomy );
621
-				if ( empty( $terms ) && array_key_exists( $taxonomy, $defaults ) ) {
622
-					wp_set_object_terms( $post_id, $defaults[ $taxonomy ], $taxonomy );
618
+			$taxonomies = get_object_taxonomies($post->post_type);
619
+			foreach ((array) $taxonomies as $taxonomy) {
620
+				$terms = get_the_terms($post_id, $taxonomy);
621
+				if (empty($terms) && array_key_exists($taxonomy, $defaults)) {
622
+					wp_set_object_terms($post_id, $defaults[$taxonomy], $taxonomy);
623 623
 				}
624 624
 			}
625 625
 		}
626 626
 	}
627
-	add_action( 'save_post', 'set_default_object_terms', 0, 2 );
627
+	add_action('save_post', 'set_default_object_terms', 0, 2);
628 628
 
629 629
 	/**
630 630
 	 * Remove jquery migrate $scripts for enhanced performance.
631 631
 	 *
632 632
 	 * @param strings $scripts remove_jquery_migrate.
633 633
 	 */
634
-	function remove_jquery_migrate( $scripts ) {
635
-		if ( is_admin() ) {
634
+	function remove_jquery_migrate($scripts) {
635
+		if (is_admin()) {
636 636
 			return;
637 637
 		}
638
-		 $scripts->remove( 'jquery' );
639
-		 $scripts->add( 'jquery', false, array( 'jquery-core' ), '1.10.2' );
638
+		 $scripts->remove('jquery');
639
+		 $scripts->add('jquery', false, array('jquery-core'), '1.10.2');
640 640
 	}
641
-		add_action( 'wp_default_scripts', 'remove_jquery_migrate' );
641
+		add_action('wp_default_scripts', 'remove_jquery_migrate');
642 642
 
643 643
 		/**
644 644
 		 * Remove login errors notices (security)
@@ -646,4 +646,4 @@  discard block
 block discarded – undo
646 646
 	function no_wordpress_errors() {
647 647
 		return 'Something is wrong!';
648 648
 	}
649
-		add_filter( 'login_errors', 'no_wordpress_errors' );
649
+		add_filter('login_errors', 'no_wordpress_errors');
Please login to merge, or discard this patch.
single.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -13,20 +13,20 @@
 block discarded – undo
13 13
 		<section id="primary">
14 14
 			<main id="content" role="main">
15 15
 
16
-		<?php while ( have_posts() ) : the_post(); ?>
16
+		<?php while (have_posts()) : the_post(); ?>
17 17
 
18
-			<?php get_template_part( 'content', get_post_format() ); ?>
18
+			<?php get_template_part('content', get_post_format()); ?>
19 19
 
20 20
 			<?php
21 21
 				// If comments are open or we have at least one comment, load up the comment template.
22
-			if ( comments_open() || '0' !== get_comments_number() ) :
22
+			if (comments_open() || '0' !== get_comments_number()) :
23 23
 				comments_template();
24 24
 			endif;
25 25
 
26
-			the_post_navigation( array(
27
-				'prev_text' => '<span class="screen-reader-text">' . __( 'Previous Post', 'strip' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . esc_html_x( '&larr;', 'Previous post link', 'strip' ) . '</span> %title</span>',
28
-				'next_text' => '<span class="screen-reader-text">' . __( 'Next Post', 'strip' ) . '</span> %title <span aria-hidden="true" class="nav-subtitle">' . esc_html_x( '&rarr;', 'Next post link', 'strip' ) . '</span> </span>',
29
-			) );
26
+			the_post_navigation(array(
27
+				'prev_text' => '<span class="screen-reader-text">' . __('Previous Post', 'strip') . '</span><span aria-hidden="true" class="nav-subtitle">' . esc_html_x('&larr;', 'Previous post link', 'strip') . '</span> %title</span>',
28
+				'next_text' => '<span class="screen-reader-text">' . __('Next Post', 'strip') . '</span> %title <span aria-hidden="true" class="nav-subtitle">' . esc_html_x('&rarr;', 'Next post link', 'strip') . '</span> </span>',
29
+			));
30 30
 
31 31
 		endwhile; // end of the loop. ?>
32 32
 
Please login to merge, or discard this patch.