Code Duplication    Length = 7-7 lines in 2 locations

header-lite.php 1 location

@@ 17-23 (lines=7) @@
14
<meta charset="<?php bloginfo( 'charset' ); ?>">
15
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
16
<meta name="viewport" content="width=device-width, initial-scale=1">
17
<meta name="description" content="<?php if ( is_single() ) {
18
	single_post_title( '', true );
19
} else {
20
	bloginfo( 'name' );
21
	echo ' - ';
22
	bloginfo( 'description' );
23
}
24
	?>" />
25
<link rel="profile" href="http://gmpg.org/xfn/11">
26
<link type="text/plain" rel="author" href="http://silent-comics.com/humans.txt" />

header.php 1 location

@@ 17-23 (lines=7) @@
14
<meta charset="<?php bloginfo( 'charset' ); ?>">
15
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
16
<meta name="viewport" content="width=device-width, initial-scale=1">
17
<meta name="description" content="<?php if ( is_single() ) {
18
	single_post_title( '', true );
19
} else {
20
	bloginfo( 'name' );
21
	echo ' - ';
22
	bloginfo( 'description' );
23
}
24
	?>" />
25
<link rel="profile" href="http://gmpg.org/xfn/11">
26
<link type="text/plain" rel="author" href="http://silent-comics.com/humans.txt" />