Make WordPress Core

Ticket #41527: 41527.diff

File 41527.diff, 499 bytes (added by truongwp, 7 years ago)
  • src/wp-content/themes/twentysixteen/header.php

     
    5353                                                                        wp_nav_menu( array(
    5454                                                                                'theme_location' => 'primary',
    5555                                                                                'menu_class'     => 'primary-menu',
    56                                                                          ) );
     56                                                                        ) );
    5757                                                                ?>
    5858                                                        </nav><!-- .main-navigation -->
    5959                                                <?php endif; ?>