Code Duplication    Length = 3-3 lines in 2 locations

Themes/default/Display.template.php 1 location

@@ 567-569 (lines=3) @@
564
								<li class="postgroup">', $message['member']['post_group'], '</li>';
565
566
		// Show how many posts they have made.
567
		if (!isset($context['disabled_fields']['posts']))
568
			echo '
569
								<li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';
570
571
		// Show their personal text?
572
		if (!empty($modSettings['show_blurb']) && !empty($message['member']['blurb']))

Themes/default/PersonalMessage.template.php 1 location

@@ 307-309 (lines=3) @@
304
						<li class="postgroup">', $message['member']['post_group'], '</li>';
305
306
				// Show how many posts they have made.
307
				if (!isset($context['disabled_fields']['posts']))
308
					echo '
309
						<li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';
310
311
				// Show their personal text?
312
				if (!empty($modSettings['show_blurb']) && $message['member']['blurb'] != '')