Code Duplication    Length = 8-8 lines in 2 locations

header-lite.php 1 location

@@ 35-42 (lines=8) @@
32
<div id="page" class="hfeed site">
33
	<header id="masthead" class="site-header" role="banner">
34
35
		<?php if ( has_nav_menu( 'primary' ) ) : ?>
36
		<nav id="site-navigation" class="main-navigation clear" role="navigation">
37
			<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><?php esc_attr_e( 'discover', 'strip' ); ?></button>
38
			<div><a class="skip-link screen-reader-text" href="#content"><?php esc_attr_e( 'Skip to content', 'strip' ); ?></a></div>
39
40
			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'wrap' ) ); ?>
41
		</nav><!-- #site-navigation -->
42
		<?php endif; ?>
43
44
	</header><!-- #masthead -->
45

header.php 1 location

@@ 42-49 (lines=8) @@
39
				<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
40
	</div><!-- .site-branding -->
41
42
		<?php if ( has_nav_menu( 'primary' ) ) : ?>
43
		<nav id="site-navigation" class="main-navigation clear" role="navigation">
44
			<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><?php esc_attr_e( 'discover', 'strip' ); ?></button>
45
			<div><a class="skip-link screen-reader-text" href="#content"><?php esc_attr_e( 'Skip to content', 'strip' ); ?></a></div>
46
47
			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'wrap' ) ); ?>
48
		</nav><!-- #site-navigation -->
49
		<?php endif; ?>
50
51
	</header><!-- #masthead -->
52