Changeset 51967 for trunk/src/wp-content/themes/twentyfifteen/sidebar.php
- Timestamp:
- 11/01/2021 09:45:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/sidebar.php
r42343 r51967 12 12 13 13 <?php if ( has_nav_menu( 'primary' ) ) : ?> 14 <nav id="site-navigation" class="main-navigation" role="navigation">14 <nav id="site-navigation" class="main-navigation"> 15 15 <?php 16 16 // Primary navigation menu. … … 26 26 27 27 <?php if ( has_nav_menu( 'social' ) ) : ?> 28 <nav id="social-navigation" class="social-navigation" role="navigation">28 <nav id="social-navigation" class="social-navigation"> 29 29 <?php 30 30 // Social links navigation menu.
Note: See TracChangeset
for help on using the changeset viewer.