Completed
Push — master ( 981b9c...66606e )
by SILENT
02:20
created
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-video.php 1 patch
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -7,28 +7,28 @@  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' ) );
26
+			$categories_list = get_the_category_list(__(', ', 'strip'));
27 27
 
28
-		if ( ! is_single() ) :
29
-			the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
28
+		if ( ! is_single()) :
29
+			the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>');
30 30
 		else :
31
-			the_title( '<h1 class="entry-title">', '</h1>' );
31
+			the_title('<h1 class="entry-title">', '</h1>');
32 32
 		endif;
33 33
 		?>
34 34
 	</header><!-- .entry-header -->
@@ -37,8 +37,8 @@  discard block
 block discarded – undo
37 37
 		<?php
38 38
 			the_content(sprintf(
39 39
 				/* translators: %s: Name of current post. */
40
-				esc_html( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'strip' ), array( 'span' => array( 'class' => array() ) ) ),
41
-				the_title( '<span class="screen-reader-text">"', '"</span>', false )
40
+				esc_html(__('Continue reading %s <span class="meta-nav">&rarr;</span>', 'strip'), array('span' => array('class' => array()))),
41
+				the_title('<span class="screen-reader-text">"', '"</span>', false)
42 42
 			));
43 43
 
44 44
 		?>
@@ -47,16 +47,16 @@  discard block
 block discarded – undo
47 47
 			<footer class="entry-meta">
48 48
 				<?php strip_entry_meta(); ?>
49 49
 
50
-				<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>
50
+				<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>
51 51
 
52
-				<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
52
+				<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
53 53
 			</footer><!-- .entry-meta -->
54 54
 
55
-	<?php if ( has_excerpt() ) : ?>
55
+	<?php if (has_excerpt()) : ?>
56 56
 		<div class="entry-summary">
57
-	<?php do_action( 'strip_formatted_posts_excerpt_before' ); ?>
57
+	<?php do_action('strip_formatted_posts_excerpt_before'); ?>
58 58
 	<?php the_excerpt(); ?>
59
-	<?php do_action( 'strip_formatted_posts_excerpt_after' ); ?>
59
+	<?php do_action('strip_formatted_posts_excerpt_after'); ?>
60 60
 		</div><!-- .entry-caption -->
61 61
 	<?php endif; ?>
62 62
 
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.
content-aside.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( '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>
22
+			<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>
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.
inc/custom-header.php 1 patch
Spacing   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
  * @package strip
19 19
  */
20 20
 function strip_custom_header_setup() {
21
-	add_theme_support( 'custom-header', apply_filters( 'strip_custom_header_args', array(
21
+	add_theme_support('custom-header', apply_filters('strip_custom_header_args', array(
22 22
 		'default-image'          => get_template_directory_uri() . '/assets/images/Default-header.png',
23 23
 		'default-text-color'     => '000',
24 24
 		'flex-width'             => true,
@@ -28,20 +28,20 @@  discard block
 block discarded – undo
28 28
 		'wp-head-callback'       => 'strip_header_style',
29 29
 		'admin-head-callback'    => 'strip_admin_header_style',
30 30
 			'admin-preview-callback' => 'strip_admin_header_image',
31
-	) ) );
31
+	)));
32 32
 }
33
-	add_action( 'after_setup_theme', 'strip_custom_header_setup' );
33
+	add_action('after_setup_theme', 'strip_custom_header_setup');
34 34
 
35
-if ( ! function_exists( 'strip_header_style' ) ) :
35
+if ( ! function_exists('strip_header_style')) :
36 36
 
37 37
 	/**
38 38
  * Register default header image
39 39
  */
40
-	register_default_headers( array(
40
+	register_default_headers(array(
41 41
 		'DefaultHeader' => array(
42 42
 		'url'  			=> get_template_directory_uri() . '/assets/images/Default-header.png',
43 43
 		'thumbnail_url' => get_template_directory_uri() . '/assets/images/Default-header.png',
44
-		'description'   => _x( 'DefaultHeader', 'header image description', 'strip' ),
44
+		'description'   => _x('DefaultHeader', 'header image description', 'strip'),
45 45
 		),
46 46
 	));
47 47
 	/**
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
 
55 55
 		  // If no custom options for text are set, let's bail
56 56
 		  // get_header_textcolor() options: add_theme_support( 'custom-header' ) is default, hide text (returns 'blank') or any hex value.
57
-		if ( get_theme_support( 'custom-header', 'default-text-color' ) === $header_text_color ) {
57
+		if (get_theme_support('custom-header', 'default-text-color') === $header_text_color) {
58 58
 			return;
59 59
 		}
60 60
 		  // If we get this far, we have custom styles. Let's do this.
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 		  <style type="text/css">
63 63
 			<?php
64 64
 			// Has the text been hidden?
65
-			if ( 'blank' === $header_text_color ) :
65
+			if ('blank' === $header_text_color) :
66 66
 		?>
67 67
 			.site-title,
68 68
 			.site-description {
@@ -75,10 +75,10 @@  discard block
 block discarded – undo
75 75
 		?>
76 76
 			.site-title a,
77 77
 			.site-description {
78
-				color: #<?php echo esc_attr( $header_text_color ); ?>;
78
+				color: #<?php echo esc_attr($header_text_color); ?>;
79 79
 			}
80 80
 			.site-title {
81
-				border-color: #<?php echo esc_attr( $header_text_color ); ?>;
81
+				border-color: #<?php echo esc_attr($header_text_color); ?>;
82 82
 			}
83 83
 		<?php endif; ?>
84 84
 
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 	}
88 88
 	 endif; // strip_header_style.
89 89
 
90
-if ( ! function_exists( 'strip_admin_header_style' ) ) :
90
+if ( ! function_exists('strip_admin_header_style')) :
91 91
 	 /**
92 92
 	  * Styles the header image displayed on the Appearance > Header admin panel.
93 93
 	  *
@@ -120,19 +120,19 @@  discard block
 block discarded – undo
120 120
 	}
121 121
 	endif; // strip_admin_header_style.
122 122
 
123
-if ( ! function_exists( 'strip_admin_header_image' ) ) :
123
+if ( ! function_exists('strip_admin_header_image')) :
124 124
 	/**
125 125
 	 * Custom header image markup displayed on the Appearance > Header admin panel.
126 126
 	 *
127 127
 	 * @see strip_custom_header_setup().
128 128
 	 */
129 129
 	function strip_admin_header_image() {
130
-		  $style        = sprintf( ' style="color:#%s;"', get_header_textcolor() );
130
+		  $style = sprintf(' style="color:#%s;"', get_header_textcolor());
131 131
 		?>
132 132
 	   <div id="headimg">
133
-			<h1 class="displaying-header-text"><a id="name"<?php echo esc_attr( $style ); ?> onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
134
-			<div class="displaying-header-text" id="desc"<?php echo esc_attr( $style ); ?>><?php bloginfo( 'description' ); ?></div>
135
-			<?php if ( get_header_image() ) : ?>
133
+			<h1 class="displaying-header-text"><a id="name"<?php echo esc_attr($style); ?> onclick="return false;" href="<?php echo esc_url(home_url('/')); ?>"><?php bloginfo('name'); ?></a></h1>
134
+			<div class="displaying-header-text" id="desc"<?php echo esc_attr($style); ?>><?php bloginfo('description'); ?></div>
135
+			<?php if (get_header_image()) : ?>
136 136
 			<img src="<?php header_image(); ?>" alt="">
137 137
 			<?php endif; ?>
138 138
 		</div><!-- #headimg -->
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.
content.php 1 patch
Spacing   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -10,24 +10,24 @@  discard block
 block discarded – undo
10 10
 
11 11
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
12 12
 	<div class="wrap">
13
-			<?php if ( '' !== get_the_post_thumbnail() && ! is_single() ) : ?>
14
-			<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'strip' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="<?php the_ID(); ?>" class="strip-featured-thumbnail">
15
-				<?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?>
13
+			<?php if ('' !== get_the_post_thumbnail() && ! is_single()) : ?>
14
+			<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr(sprintf(__('Permalink to %s', 'strip'), the_title_attribute('echo=0'))); ?>" rel="<?php the_ID(); ?>" class="strip-featured-thumbnail">
15
+				<?php the_post_thumbnail('strip-featured-thumbnail'); ?>
16 16
 			</a>
17 17
 			<?php else : ?>
18
-				<?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?>
18
+				<?php the_post_thumbnail('strip-featured-thumbnail'); ?>
19 19
 			<?php endif; ?>
20 20
 
21 21
 		<header class="entry-header">
22 22
 			<?php
23
-			$categories_list = get_the_category_list( __( ', ', 'strip' ) );
24
-			if ( $categories_list && strip_categorized_blog() ) {
23
+			$categories_list = get_the_category_list(__(', ', 'strip'));
24
+			if ($categories_list && strip_categorized_blog()) {
25 25
 				echo '<span class="categories-links">' . $categories_list . '</span>';
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 -->
@@ -35,14 +35,14 @@  discard block
 block discarded – undo
35 35
 		<footer class="entry-meta">
36 36
 			<?php strip_entry_meta(); ?>
37 37
 
38
-			<?php if ( ! post_password_required() && ( comments_open() || '0' !== get_comments_number() ) ) : ?>
39
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'strip' ), __( '1 Comment', 'strip' ), __( '% Comments', 'strip' ) ); ?></span>
38
+			<?php if ( ! post_password_required() && (comments_open() || '0' !== get_comments_number())) : ?>
39
+			<span class="comments-link"><?php comments_popup_link(__('Leave a comment', 'strip'), __('1 Comment', 'strip'), __('% Comments', 'strip')); ?></span>
40 40
 			<?php endif; ?>
41 41
 
42
-			<?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?>
42
+			<?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?>
43 43
 		</footer><!-- .entry-meta -->
44 44
 
45
-		<?php if ( is_search() ) : // Only display Excerpts for Search. ?>
45
+		<?php if (is_search()) : // Only display Excerpts for Search. ?>
46 46
 		<div class="entry-summary">
47 47
 			<?php the_excerpt(); ?>
48 48
 		</div><!-- .entry-summary -->
@@ -51,16 +51,16 @@  discard block
 block discarded – undo
51 51
 			<?php
52 52
 			the_content(sprintf(
53 53
 				/* translators: %s: Name of current post. */
54
-				esc_html( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'strip' ), array( 'span' => array( 'class' => array() ) ) ),
55
-				get_the_title( '<span class="screen-reader-text">"', '"</span>', false )
54
+				esc_html(__('Continue reading %s <span class="meta-nav">&rarr;</span>', 'strip'), array('span' => array('class' => array()))),
55
+				get_the_title('<span class="screen-reader-text">"', '"</span>', false)
56 56
 			));
57 57
 
58 58
 			wp_link_pages(array(
59
-				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'strip' ) . '</span>',
59
+				'before'      => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'strip') . '</span>',
60 60
 				'after'       => '</div>',
61 61
 				'link_before' => '<span>',
62 62
 				'link_after'  => '</span>',
63
-				'pagelink'    => '<span class="screen-reader-text">' . __( 'Page', 'strip' ) . ' </span>%',
63
+				'pagelink'    => '<span class="screen-reader-text">' . __('Page', 'strip') . ' </span>%',
64 64
 				'separator'   => '<span class="screen-reader-text">, </span>',
65 65
 			));
66 66
 		?>
Please login to merge, or discard this patch.
assets/admin.php 1 patch
Spacing   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -26,20 +26,20 @@  discard block
 block discarded – undo
26 26
  */
27 27
 function disable_default_dashboard_widgets() {
28 28
 	global $wp_meta_boxes;
29
-	unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_activity'] );        // Activity Widget.
30
-	unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments'] ); // Comments Widget.
31
-	unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links'] );  // Incoming Links Widget.
32
-	unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins'] );         // Plugins Widget.
29
+	unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_activity']); // Activity Widget.
30
+	unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']); // Comments Widget.
31
+	unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']); // Incoming Links Widget.
32
+	unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']); // Plugins Widget.
33 33
 
34
-	unset( $wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press'] );       // Quick Press Widget.
35
-	unset( $wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts'] );     // Recent Drafts Widget.
36
-	unset( $wp_meta_boxes['dashboard']['side']['core']['dashboard_primary'] );           // WordPress related feed.
37
-	unset( $wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary'] );         //
34
+	unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']); // Quick Press Widget.
35
+	unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts']); // Recent Drafts Widget.
36
+	unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']); // WordPress related feed.
37
+	unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']); //
38 38
 
39 39
 	// remove plugin dashboard boxes
40
-	unset( $wp_meta_boxes['dashboard']['normal']['core']['yoast_db_widget'] );           // Yoast's SEO Plugin Widget.
41
-	unset( $wp_meta_boxes['dashboard']['normal']['core']['rg_forms_dashboard'] );        // Gravity Forms Plugin Widget.
42
-	unset( $wp_meta_boxes['dashboard']['normal']['core']['bbp-dashboard-right-now'] );   // bbPress Plugin Widget.
40
+	unset($wp_meta_boxes['dashboard']['normal']['core']['yoast_db_widget']); // Yoast's SEO Plugin Widget.
41
+	unset($wp_meta_boxes['dashboard']['normal']['core']['rg_forms_dashboard']); // Gravity Forms Plugin Widget.
42
+	unset($wp_meta_boxes['dashboard']['normal']['core']['bbp-dashboard-right-now']); // bbPress Plugin Widget.
43 43
 
44 44
 	/*
45 45
 	Have more plugin widgets you'd like to remove?
@@ -62,27 +62,27 @@  discard block
 block discarded – undo
62 62
  * RSS Dasboars Widget
63 63
  */
64 64
 function strip_rss_dashboard_widget() {
65
-	if ( function_exists( 'fetch_feed' ) ) {
66
-		$feed = fetch_feed( 'https://silent-comics.tumblr.com/rss/' );// specify the source feed.
67
-		if ( is_wp_error( $feed ) ) {
65
+	if (function_exists('fetch_feed')) {
66
+		$feed = fetch_feed('https://silent-comics.tumblr.com/rss/'); // specify the source feed.
67
+		if (is_wp_error($feed)) {
68 68
 			return;
69 69
 		}
70
-			$limit = $feed->get_item_quantity( 7 );                        // specify number of items.
71
-			$items = $feed->get_items( 0, $limit );                        // create an array of items.
70
+			$limit = $feed->get_item_quantity(7); // specify number of items.
71
+			$items = $feed->get_items(0, $limit); // create an array of items.
72 72
 	}
73
-	if ( 0 ) { echo '<div>The RSS Feed is either empty or unavailable.</div>'; // fallback message.
73
+	if (0) { echo '<div>The RSS Feed is either empty or unavailable.</div>'; // fallback message.
74 74
 		return;
75 75
 	}
76
-	foreach ( $items as $item ) { ?>
76
+	foreach ($items as $item) { ?>
77 77
 
78 78
 			<h4 style="margin-bottom: 0;">
79
-				<a href="<?php echo $item->get_permalink(); ?>" title="<?php echo mysql2date( __( 'j F Y @ g:i a', 'strip' ), $item->get_date( 'Y-m-d H:i:s' ) ); ?>" target="_blank">
79
+				<a href="<?php echo $item->get_permalink(); ?>" title="<?php echo mysql2date(__('j F Y @ g:i a', 'strip'), $item->get_date('Y-m-d H:i:s')); ?>" target="_blank">
80 80
 					<?php echo $item->get_title(); ?>
81 81
 				</a>
82 82
 			</h4>
83 83
 			<p style="margin-top: 0.5em;
84 84
 					  .inside { max-width: 240px;}">
85
-			<?php echo substr( $item->get_description(), 0, 600 ); ?>
85
+			<?php echo substr($item->get_description(), 0, 600); ?>
86 86
 			</p>
87 87
 			<?php
88 88
 	}
@@ -92,16 +92,16 @@  discard block
 block discarded – undo
92 92
  * Calling all custom dashboard widgets.
93 93
  */
94 94
 function strip_custom_dashboard_widgets() {
95
-	wp_add_dashboard_widget( 'strip_rss_dashboard_widget', __( 'SILENT COMICS on tumblr', 'strip' ), 'strip_rss_dashboard_widget' );
95
+	wp_add_dashboard_widget('strip_rss_dashboard_widget', __('SILENT COMICS on tumblr', 'strip'), 'strip_rss_dashboard_widget');
96 96
 	/**
97 97
 	* Be sure to drop any other created Dashboard Widgets.
98 98
 	* in this function and they will all load.
99 99
 	*/
100 100
 }
101 101
 // removing the dashboard widgets.
102
-add_action( 'wp_dashboard_setup', 'disable_default_dashboard_widgets' );
102
+add_action('wp_dashboard_setup', 'disable_default_dashboard_widgets');
103 103
 // adding any custom widgets.
104
-add_action( 'wp_dashboard_setup', 'strip_custom_dashboard_widgets' );
104
+add_action('wp_dashboard_setup', 'strip_custom_dashboard_widgets');
105 105
 
106 106
 
107 107
 /************* CUSTOM LOGIN PAGE *****************/
@@ -112,10 +112,10 @@  discard block
 block discarded – undo
112 112
  * See http://codex.wordpress.org/Plugin_API/Action_Reference/login_enqueue_scripts.
113 113
  */
114 114
 function strip_login_css() {
115
-	 wp_enqueue_style( 'strip_login_css', get_template_directory_uri() . '/assets/css/login.css', false );
115
+	 wp_enqueue_style('strip_login_css', get_template_directory_uri() . '/assets/css/login.css', false);
116 116
 
117 117
 	// Enqueue custom font to the login form.
118
-	wp_enqueue_style( 'inconsolata', get_template_directory_uri() . '/assets/fonts/inconsolata.css', array(), null );
118
+	wp_enqueue_style('inconsolata', get_template_directory_uri() . '/assets/fonts/inconsolata.css', array(), null);
119 119
 }
120 120
 
121 121
 /**
@@ -128,14 +128,14 @@  discard block
 block discarded – undo
128 128
 	 * Changing the alt text on the logo to show your site name.
129 129
 	 */
130 130
 function strip_login_title() {
131
-	return get_option( 'blogname' ); }
131
+	return get_option('blogname'); }
132 132
 
133 133
 // calling it only on the login page.
134
-add_action( 'login_enqueue_scripts', 'strip_login_css', 10 );
134
+add_action('login_enqueue_scripts', 'strip_login_css', 10);
135 135
 // Add custom font to the login form.
136
-add_action( 'login_enqueue_scripts', 'inconsolata.css', 10 );
137
-add_filter( 'login_headerurl', 'strip_login_url' );
138
-add_filter( 'login_headertitle', 'strip_login_title' );
136
+add_action('login_enqueue_scripts', 'inconsolata.css', 10);
137
+add_filter('login_headerurl', 'strip_login_url');
138
+add_filter('login_headertitle', 'strip_login_title');
139 139
 
140 140
 
141 141
 /************* CUSTOMIZE ADMIN *******************/
@@ -152,10 +152,10 @@  discard block
 block discarded – undo
152 152
  */
153 153
 function strip_custom_admin_footer() {
154 154
 	?>
155
-	<span id="footer-thankyou"><a href="<?php echo esc_url( __( 'http://silent-comics.com/', 'strip' ) ); ?>"><?php printf( esc_html__( 'Developed by %s', 'strip' ), 'Silent Comics' ); ?></a>
155
+	<span id="footer-thankyou"><a href="<?php echo esc_url(__('http://silent-comics.com/', 'strip')); ?>"><?php printf(esc_html__('Developed by %s', 'strip'), 'Silent Comics'); ?></a>
156 156
 			<span class="sep"> | </span>
157
-			<a href="<?php echo esc_url( __( 'https://github.com/SilentComics/Strip/', 'strip' ) ); ?>"><?php printf( esc_html__( 'Contribute on %s', 'strip' ), 'GitHub' ); ?></a>
157
+			<a href="<?php echo esc_url(__('https://github.com/SilentComics/Strip/', 'strip')); ?>"><?php printf(esc_html__('Contribute on %s', 'strip'), 'GitHub'); ?></a>
158 158
 <?php }
159 159
 
160 160
 // adding it to the admin area.
161
-add_filter( 'admin_footer_text', 'strip_custom_admin_footer' );
161
+add_filter('admin_footer_text', 'strip_custom_admin_footer');
Please login to merge, or discard this patch.