- Timestamp:
- 07/08/2020 01:42:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-archives.php
r48409 r48410 163 163 </ul> 164 164 165 <?php if ( 'html5' === $format ) : ?>166 </nav>167 <?php endif; ?>168 169 165 <?php 166 if ( 'html5' === $format ) { 167 echo '</nav>'; 168 } 170 169 } 171 170
Note: See TracChangeset
for help on using the changeset viewer.