Code Duplication    Length = 3-5 lines in 9 locations

src/wp-content/themes/twentyfourteen/content-aside.php 1 location

@@ 36-38 (lines=3) @@
33
34
			<?php twentyfourteen_posted_on(); ?>
35
36
			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
37
			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
38
			<?php endif; ?>
39
40
			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
41
		</div><!-- .entry-meta -->

src/wp-content/themes/twentyfourteen/content-audio.php 1 location

@@ 36-38 (lines=3) @@
33
34
			<?php twentyfourteen_posted_on(); ?>
35
36
			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
37
			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
38
			<?php endif; ?>
39
40
			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
41
		</div><!-- .entry-meta -->

src/wp-content/themes/twentyfourteen/content-gallery.php 1 location

@@ 36-38 (lines=3) @@
33
34
			<?php twentyfourteen_posted_on(); ?>
35
36
			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
37
			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
38
			<?php endif; ?>
39
40
			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
41
		</div><!-- .entry-meta -->

src/wp-content/themes/twentyfourteen/content-image.php 1 location

@@ 36-38 (lines=3) @@
33
34
			<?php twentyfourteen_posted_on(); ?>
35
36
			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
37
			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
38
			<?php endif; ?>
39
40
			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
41
		</div><!-- .entry-meta -->

src/wp-content/themes/twentyfourteen/content-link.php 1 location

@@ 36-38 (lines=3) @@
33
34
			<?php twentyfourteen_posted_on(); ?>
35
36
			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
37
			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
38
			<?php endif; ?>
39
40
			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
41
		</div><!-- .entry-meta -->

src/wp-content/themes/twentyfourteen/content-quote.php 1 location

@@ 36-38 (lines=3) @@
33
34
			<?php twentyfourteen_posted_on(); ?>
35
36
			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
37
			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
38
			<?php endif; ?>
39
40
			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
41
		</div><!-- .entry-meta -->

src/wp-content/themes/twentyfourteen/content-video.php 1 location

@@ 36-38 (lines=3) @@
33
34
			<?php twentyfourteen_posted_on(); ?>
35
36
			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
37
			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
38
			<?php endif; ?>
39
40
			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
41
		</div><!-- .entry-meta -->

src/wp-content/themes/twentyfourteen/content.php 1 location

@@ 36-40 (lines=5) @@
33
				if ( 'post' == get_post_type() )
34
					twentyfourteen_posted_on();
35
36
				if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) :
37
			?>
38
			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
39
			<?php
40
				endif;
41
42
				edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' );
43
			?>

src/wp-content/themes/twentyfourteen/inc/widgets.php 1 location

@@ 213-216 (lines=4) @@
210
									get_the_author()
211
								);
212
213
								if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) :
214
							?>
215
							<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
216
							<?php endif; ?>
217
						</div><!-- .entry-meta -->
218
					</header><!-- .entry-header -->
219
				</article><!-- #post-## -->