Code Duplication    Length = 3-3 lines in 2 locations

Themes/default/PersonalMessage.template.php 1 location

@@ 295-297 (lines=3) @@
292
				<li class="postgroup">', $message['member']['post_group'], '</li>';
293
294
				// Show how many posts they have made.
295
				if (!isset($context['disabled_fields']['posts']))
296
					echo '
297
				<li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';
298
299
				// Show their personal text?
300
				if (!empty($modSettings['show_blurb']) && $message['member']['blurb'] != '')

Themes/default/Display.template.php 1 location

@@ 552-554 (lines=3) @@
549
								<li class="postgroup">', $message['member']['post_group'], '</li>';
550
551
		// Show how many posts they have made.
552
		if (!isset($context['disabled_fields']['posts']))
553
			echo '
554
								<li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';
555
556
		// Show their personal text?
557
		if (!empty($modSettings['show_blurb']) && !empty($message['member']['blurb']))