Преглед на файлове

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 -->