Code Duplication    Length = 17-17 lines in 2 locations

content-post.php 1 location

@@ 57-73 (lines=17) @@
54
	</div><!-- .entry-content -->
55
56
	<footer class="footer-meta">
57
		<?php if ( has_tag() || ( function_exists( 'sharing_display' ) || class_exists( 'Jetpack_Likes' ) ) ) : ?>
58
			<div class="post-tags-wrapper">
59
				<?php lsx_content_post_tags(); ?>
60
61
				<?php
62
					if ( function_exists( 'sharing_display' ) ) {
63
						sharing_display( '', true );
64
					}
65
66
					if ( class_exists( 'Jetpack_Likes' ) ) {
67
						$custom_likes = new Jetpack_Likes;
68
						echo wp_kses_post( $custom_likes->post_likes( '' ) );
69
					}
70
				?>
71
			</div>
72
		<?php endif ?>
73
74
		<?php
75
			// If comments are open or we have at least one comment, load up the comment template
76
			if ( comments_open() || '0' != get_comments_number() ) : ?>

content-single.php 1 location

@@ 57-73 (lines=17) @@
54
	</div><!-- .entry-content -->
55
56
	<footer class="footer-meta">
57
		<?php if ( has_tag() || class_exists('LSX_Sharing') || ( function_exists( 'sharing_display' ) || class_exists( 'Jetpack_Likes' ) ) ) : ?>
58
			<div class="post-tags-wrapper">
59
				<?php lsx_content_post_tags(); ?>
60
61
				<?php
62
					if ( function_exists( 'sharing_display' ) ) {
63
						sharing_display( '', true );
64
					}
65
66
					if ( class_exists( 'Jetpack_Likes' ) ) {
67
						$custom_likes = new Jetpack_Likes;
68
						echo wp_kses_post( $custom_likes->post_likes( '' ) );
69
					}
70
				?>
71
			</div>
72
		<?php endif ?>
73
74
		<?php
75
			// If comments are open or we have at least one comment, load up the comment template
76
			if ( comments_open() || '0' != get_comments_number() ) : ?>