Code Duplication    Length = 2-2 lines in 2 locations

wp-admin/includes/network.php 2 locations

@@ 269-270 (lines=2) @@
266
						'<code>localhost.localdomain</code>'
267
					);
268
					// Uh oh:
269
					if ( !allow_subdirectory_install() )
270
						echo ' <strong>' . __( 'Warning!' ) . ' ' . __( 'The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links.' ) . '</strong>';
271
				?></td>
272
			</tr>
273
		<?php elseif ( !allow_subdomain_install() ) : ?>
@@ 279-280 (lines=2) @@
276
				<td><?php
277
					_e( 'Because your install is in a directory, the sites in your WordPress network must use sub-directories.' );
278
					// Uh oh:
279
					if ( !allow_subdirectory_install() )
280
						echo ' <strong>' . __( 'Warning!' ) . ' ' . __( 'The main site in a sub-directory install will need to use a modified permalink structure, potentially breaking existing links.' ) . '</strong>';
281
				?></td>
282
			</tr>
283
		<?php elseif ( !allow_subdirectory_install() ) : ?>