- Timestamp:
- 07/08/2020 01:42:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-recent-posts.php
r48409 r48410 127 127 </ul> 128 128 129 <?php if ( 'html5' === $format ) : ?> 130 </nav> 131 <?php endif; ?> 129 <?php 130 if ( 'html5' === $format ) { 131 echo '</nav>'; 132 } 132 133 133 <?php134 134 echo $args['after_widget']; 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.