push changes, and removed comments
This commit is contained in:
@ -24,8 +24,8 @@ if ( ! function_exists( 'sophia_after_dark_top_header_end' ) ) :
|
||||
* function to end top header section
|
||||
*/
|
||||
function sophia_after_dark_top_header_end() {
|
||||
echo '</div><!-- mt-container -->';
|
||||
echo '</div><!-- #top-header -->';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
endif;
|
||||
@ -68,8 +68,8 @@ if ( ! function_exists( 'sophia_after_dark_trending_section' ) ) :
|
||||
echo '</span>';
|
||||
}
|
||||
?>
|
||||
</div><!-- .tags-wrapper -->
|
||||
</div><!-- .trending-wrapper -->
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
||||
@ -103,8 +103,8 @@ if ( ! function_exists( 'sophia_after_dark_top_header_nav' ) ) :
|
||||
'fallback_cb' => false,
|
||||
) );
|
||||
?>
|
||||
</nav><!-- #site-navigation -->
|
||||
</div><!-- .top-header-nav -->
|
||||
</nav>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user