diff --git src/wp-content/themes/twentyfifteen/sidebar.php src/wp-content/themes/twentyfifteen/sidebar.php
index a8a40d5..6119024 100644
|
|
|
9 | 9 | |
10 | 10 | if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar( 'sidebar-1' ) ) : ?> |
11 | 11 | <div id="secondary" class="secondary"> |
12 | | <?php if ( has_nav_menu( 'primary' ) ) : ?> |
13 | 12 | <nav id="site-navigation" class="main-navigation" role="navigation"> |
14 | 13 | <?php |
15 | 14 | wp_nav_menu( array( |
… |
… |
if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar( |
18 | 17 | ) ); |
19 | 18 | ?> |
20 | 19 | </nav><!-- .main-navigation --> |
21 | | <?php endif; ?> |
22 | 20 | |
23 | 21 | <?php if ( has_nav_menu( 'social' ) ) : ?> |
24 | 22 | <nav id="social-navigation" class="social-navigation" role="navigation"> |
… |
… |
if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar( |
39 | 37 | </div><!-- .widget-area --> |
40 | 38 | <?php endif; ?> |
41 | 39 | </div><!-- .secondary --> |
42 | | <?php endif; ?> |
43 | | No newline at end of file |
| 40 | <?php endif; ?> |