Changeset 48409
- Timestamp:
- 07/08/2020 01:26:20 PM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r48370 r48409 313 313 $aria_label = ''; 314 314 } 315 315 316 if ( 'html5' === $format ) { 316 317 $form = '<form role="search" ' . $aria_label . 'method="get" class="search-form" action="' . esc_url( home_url( '/' ) ) . '"> -
trunk/src/wp-includes/widgets/class-wp-widget-archives.php
r48388 r48409 162 162 ?> 163 163 </ul> 164 164 165 <?php if ( 'html5' === $format ) : ?> 165 166 </nav> … … 167 168 168 169 <?php 169 echo $args['after_widget'];170 170 } 171 172 echo $args['after_widget']; 171 173 } 172 174 -
trunk/src/wp-includes/widgets/class-wp-widget-meta.php
r48388 r48409 67 67 } 68 68 ?> 69 70 69 71 70 <ul> -
trunk/src/wp-includes/widgets/class-wp-widget-recent-posts.php
r48388 r48409 126 126 <?php endforeach; ?> 127 127 </ul> 128 128 129 <?php if ( 'html5' === $format ) : ?> 129 130 </nav>
Note: See TracChangeset
for help on using the changeset viewer.