Code Duplication    Length = 5-5 lines in 2 locations

wp-admin/users.php 2 locations

@@ 239-243 (lines=5) @@
236
	</div>
237
<?php endif; ?>
238
239
<?php if ( 1 == count( $userids ) ) : ?>
240
	<p><?php _e( 'You have specified this user for deletion:' ); ?></p>
241
<?php else : ?>
242
	<p><?php _e( 'You have specified these users for deletion:' ); ?></p>
243
<?php endif; ?>
244
245
<ul>
246
<?php
@@ 368-372 (lines=5) @@
365
<div class="wrap">
366
<h1><?php _e( 'Remove Users from Site' ); ?></h1>
367
368
<?php if ( 1 == count( $userids ) ) : ?>
369
	<p><?php _e( 'You have specified this user for removal:' ); ?></p>
370
<?php else : ?>
371
	<p><?php _e( 'You have specified these users for removal:' ); ?></p>
372
<?php endif; ?>
373
374
<ul>
375
<?php