Переглянути джерело

Merge pull request #3096 from Automattic/fix/stow-social-menu

Stow: Restore Social Navigation
Ben Dwyer 4 роки тому
батько
коміт
2cb6e3efbd
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      stow/template-parts/header/header-content.php

+ 1 - 0
stow/template-parts/header/header-content.php

@@ -1,4 +1,5 @@
 <header id="masthead" class="site-header">
 	<?php get_template_part( 'template-parts/header/site', 'branding' ); ?>
 	<?php get_template_part( 'template-parts/header/site', 'navigation' ); ?>
+	<?php get_template_part( 'template-parts/header/social', 'navigation' ); ?>
 </header><!-- #masthead -->